#BD867D

Color #BD867D Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BD867D

Tints of Brandy Rose #BD867D

Color information

#BD867D (or 0xBD867D) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 7D. RGB value is (189,134,125). Sum of RGB (Red+Green+Blue) = 189+134+125=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD867D is #427982. Grayscale: #959595. Windows color (decimal): -4356483 or 8226493. OLE color: 8226493.

HSL color Cylindrical-coordinate representation of color #BD867D: hue angle of 8.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD867D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB189134125-
CMYK00.290.340.26
HSL8.44º32.65%61.57%-
HSV(B)8.44º33.86%74.12%-
XYZ33.2129.3523.32-
YUV149.42114.22156.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=42.19%
G=29.91%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913412500.290.340.268.4432.6561.57
HexBD867D01D221A8213e
Octal2752061750354232104176
Binary10111101100001101111101011101100010110101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD867D; }

 p { color: rgb(189,134,125); }

 H1.HeaderClassName
 {
   color: #BD867D;
 }
 .AnyTagClassName
 {
   color: #BD867D;
 }
</style>
background-color css

<style>
 a { background-color: #BD867D; }

 a { background-color: rgb(189,134,125); }

 div.DivClassName
 {
   background-color: #BD867D;
 }
 .BgClassName
 {
   background-color: #BD867D;
 }
</style>
border-color css

<style>
 span { border-color: #BD867D; }

 span { border-color: rgb(189,134,125); }

 td.TdClassName
 {
   border-color: #BD867D;
 }
 .TagClassName
 {
   border-color: #BD867D;
 }
</style>