#BD7E72

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

Shades of Brandy Rose #BD7E72

Tints of Brandy Rose #BD7E72

Color information

#BD7E72 (or 0xBD7E72) is unknown color: approx Brandy Rose. HEX triplet: BD, 7E and 72. RGB value is (189,126,114). Sum of RGB (Red+Green+Blue) = 189+126+114=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E72 is #42818D. Grayscale: #8F8F8F. Windows color (decimal): -4358542 or 7503549. OLE color: 7503549.

HSL color Cylindrical-coordinate representation of color #BD7E72: hue angle of 9.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7E72 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189126114-
CMYK00.330.400.26
HSL9.6º36.23%59.41%-
HSV(B)9.6º39.68%74.12%-
XYZ31.4826.9619.46-
YUV143.47111.37160.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=44.06%
G=29.37%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912611400.330.400.269.636.2359.41
HexBD7E72021281Aa243b
Octal2751761620415032124473
Binary10111101111111011100100100001101000110101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E72; }

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

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

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

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

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

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

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

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