#BD876D

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

Shades of Brandy Rose #BD876D

Tints of Brandy Rose #BD876D

Color information

#BD876D (or 0xBD876D) is unknown color: approx Brandy Rose. HEX triplet: BD, 87 and 6D. RGB value is (189,135,109). Sum of RGB (Red+Green+Blue) = 189+135+109=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD876D is #427892. Grayscale: #949494. Windows color (decimal): -4356243 or 7178173. OLE color: 7178173.

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

Color convert

RGB189135109-
CMYK00.290.420.26
HSL19.5º37.74%58.43%-
HSV(B)19.5º42.33%74.12%-
XYZ32.4129.2518.41-
YUV148.18105.89157.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=43.65%
G=31.18%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913510900.290.420.2619.537.7458.43
HexBD876D01D2A1A14263a
Octal2752071550355232244672
Binary101111011000011111011010111011010101101010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD876D; }

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

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

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

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

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

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

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

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