#BD867E

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

Shades of Brandy Rose #BD867E

Tints of Brandy Rose #BD867E

Color information

#BD867E (or 0xBD867E) is unknown color: approx Brandy Rose. HEX triplet: BD, 86 and 7E. RGB value is (189,134,126). Sum of RGB (Red+Green+Blue) = 189+134+126=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD867E is #427981. Grayscale: #959595. Windows color (decimal): -4356482 or 8292029. OLE color: 8292029.

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

Color convert

RGB189134126-
CMYK00.290.330.26
HSL7.62º32.31%61.76%-
HSV(B)7.62º33.33%74.12%-
XYZ33.2829.3823.65-
YUV149.53114.72156.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=42.09%
G=29.84%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913412600.290.330.267.6232.3161.76
HexBD867E01D211A8203e
Octal2752061760354132104076
Binary10111101100001101111110011101100001110101000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD867E; }

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

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

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

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

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

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

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

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