#B37F76

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

Shades of Brandy Rose #B37F76

Tints of Brandy Rose #B37F76

Color information

#B37F76 (or 0xB37F76) is unknown color: approx Brandy Rose. HEX triplet: B3, 7F and 76. RGB value is (179,127,118). Sum of RGB (Red+Green+Blue) = 179+127+118=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F76 is #4C8089. Grayscale: #8D8D8D. Windows color (decimal): -5013642 or 7765939. OLE color: 7765939.

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

Color convert

RGB179127118-
CMYK00.290.340.30
HSL8.85º28.64%58.24%-
HSV(B)8.85º34.08%70.2%-
XYZ29.4526.0720.62-
YUV141.52114.73154.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=42.22%
G=29.95%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912711800.290.340.308.8528.6458.24
HexB37F7601D221E91d3a
Octal2631771660354236113572
Binary101100111111111111011001110110001011110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F76; }

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

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

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

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

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

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

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

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