#BD877B

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

Shades of Brandy Rose #BD877B

Tints of Brandy Rose #BD877B

Color information

#BD877B (or 0xBD877B) is unknown color: approx Brandy Rose. HEX triplet: BD, 87 and 7B. RGB value is (189,135,123). Sum of RGB (Red+Green+Blue) = 189+135+123=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877B is #427884. Grayscale: #959595. Windows color (decimal): -4356229 or 8095677. OLE color: 8095677.

HSL color Cylindrical-coordinate representation of color #BD877B: hue angle of 10.91º 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 #BD877B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189135123-
CMYK00.290.350.26
HSL10.91º33.33%61.18%-
HSV(B)10.91º34.92%74.12%-
XYZ33.2329.5822.7-
YUV149.78112.89155.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=42.28%
G=30.20%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913512300.290.350.2610.9133.3361.18
HexBD877B01D231Ab213d
Octal2752071730354332134175
Binary10111101100001111111011011101100011110101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD877B; }

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

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

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

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

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

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

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

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