#BD887B

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

Shades of Brandy Rose #BD887B

Tints of Brandy Rose #BD887B

Color information

#BD887B (or 0xBD887B) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 7B. RGB value is (189,136,123). Sum of RGB (Red+Green+Blue) = 189+136+123=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887B is #427784. Grayscale: #969696. Windows color (decimal): -4355973 or 8095933. OLE color: 8095933.

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

Color convert

RGB189136123-
CMYK00.280.350.26
HSL11.82º33.33%61.18%-
HSV(B)11.82º34.92%74.12%-
XYZ33.3729.8622.74-
YUV150.36112.56155.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=42.19%
G=30.36%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913612300.280.350.2611.8233.3361.18
HexBD887B01C231Ac213d
Octal2752101730344332144175
Binary10111101100010001111011011100100011110101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD887B; }

 p { color: rgb(189,136,123); }

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

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

 a { background-color: rgb(189,136,123); }

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

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

 span { border-color: rgb(189,136,123); }

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