#B37A73

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

Shades of Brandy Rose #B37A73

Tints of Brandy Rose #B37A73

Color information

#B37A73 (or 0xB37A73) is unknown color: approx Brandy Rose. HEX triplet: B3, 7A and 73. RGB value is (179,122,115). Sum of RGB (Red+Green+Blue) = 179+122+115=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A73 is #4C858C. Grayscale: #8A8A8A. Windows color (decimal): -5014925 or 7568051. OLE color: 7568051.

HSL color Cylindrical-coordinate representation of color #B37A73: hue angle of 6.56º 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 #B37A73 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB179122115-
CMYK00.320.360.30
HSL6.56º29.63%57.65%-
HSV(B)6.56º35.75%70.2%-
XYZ28.6424.7419.49-
YUV138.24114.88157.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=43.03%
G=29.33%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912211500.320.360.306.5629.6357.65
HexB37A73020241E71e3a
Octal263172163040443673672
Binary101100111111010111001101000001001001111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A73; }

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

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

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

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

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

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

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

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