#BD7F73

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

Shades of Brandy Rose #BD7F73

Tints of Brandy Rose #BD7F73

Color information

#BD7F73 (or 0xBD7F73) is unknown color: approx Brandy Rose. HEX triplet: BD, 7F and 73. RGB value is (189,127,115). Sum of RGB (Red+Green+Blue) = 189+127+115=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F73 is #42808C. Grayscale: #909090. Windows color (decimal): -4358285 or 7569341. OLE color: 7569341.

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

Color convert

RGB189127115-
CMYK00.330.390.26
HSL9.73º35.92%59.61%-
HSV(B)9.73º39.15%74.12%-
XYZ31.6727.2419.81-
YUV144.17111.54159.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=43.85%
G=29.47%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912711500.330.390.269.7335.9259.61
HexBD7F73021271Aa243c
Octal2751771630414732124474
Binary10111101111111111100110100001100111110101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F73; }

 p { color: rgb(189,127,115); }

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

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

 a { background-color: rgb(189,127,115); }

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

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

 span { border-color: rgb(189,127,115); }

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