#B37F73

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

Shades of Brandy Rose #B37F73

Tints of Brandy Rose #B37F73

Color information

#B37F73 (or 0xB37F73) is unknown color: approx Brandy Rose. HEX triplet: B3, 7F and 73. RGB value is (179,127,115). Sum of RGB (Red+Green+Blue) = 179+127+115=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F73 is #4C808C. Grayscale: #8D8D8D. Windows color (decimal): -5013645 or 7569331. OLE color: 7569331.

HSL color Cylindrical-coordinate representation of color #B37F73: hue angle of 11.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37F73 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179127115-
CMYK00.290.360.30
HSL11.25º29.63%57.65%-
HSV(B)11.25º35.75%70.2%-
XYZ29.272619.7-
YUV141.18113.23154.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=42.52%
G=30.17%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912711500.290.360.3011.2529.6357.65
HexB37F7301D241Eb1e3a
Octal2631771630354436133672
Binary101100111111111111001101110110010011110101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F73; }

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

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

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

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

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

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

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

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