#B37974

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

Shades of Brandy Rose #B37974

Tints of Brandy Rose #B37974

Color information

#B37974 (or 0xB37974) is unknown color: approx Brandy Rose. HEX triplet: B3, 79 and 74. RGB value is (179,121,116). Sum of RGB (Red+Green+Blue) = 179+121+116=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37974 is #4C868B. Grayscale: #898989. Windows color (decimal): -5015180 or 7633331. OLE color: 7633331.

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

Color convert

RGB179121116-
CMYK00.320.350.30
HSL4.76º29.3%57.84%-
HSV(B)4.76º35.2%70.2%-
XYZ28.5824.5219.75-
YUV137.77115.72157.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=43.03%
G=29.09%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912111600.320.350.304.7629.357.84
HexB37974020231E51d3a
Octal263171164040433653572
Binary101100111111001111010001000001000111111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37974; }

 p { color: rgb(179,121,116); }

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

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

 a { background-color: rgb(179,121,116); }

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

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

 span { border-color: rgb(179,121,116); }

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