#B37877

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

Shades of Brandy Rose #B37877

Tints of Brandy Rose #B37877

Color information

#B37877 (or 0xB37877) is unknown color: approx Brandy Rose. HEX triplet: B3, 78 and 77. RGB value is (179,120,119). Sum of RGB (Red+Green+Blue) = 179+120+119=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B37877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37877 is #4C8788. Grayscale: #898989. Windows color (decimal): -5015433 or 7829683. OLE color: 7829683.

HSL color Cylindrical-coordinate representation of color #B37877: hue angle of 1º degrees, saturation: 0.28, 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 #B37877 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179120119-
CMYK00.330.340.30
HSL28.3%58.43%-
HSV(B)33.52%70.2%-
XYZ28.6424.3520.64-
YUV137.53117.55157.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=42.82%
G=28.71%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912011900.330.340.30128.358.43
HexB37877021221E11c3a
Octal263170167041423613472
Binary1011001111110001110111010000110001011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37877; }

 p { color: rgb(179,120,119); }

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

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

 a { background-color: rgb(179,120,119); }

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

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

 span { border-color: rgb(179,120,119); }

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