#B37777

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

Shades of Brandy Rose #B37777

Tints of Brandy Rose #B37777

Color information

#B37777 (or 0xB37777) is unknown color: approx Brandy Rose. HEX triplet: B3, 77 and 77. RGB value is (179,119,119). Sum of RGB (Red+Green+Blue) = 179+119+119=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B37777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37777 is #4C8888. Grayscale: #898989. Windows color (decimal): -5015689 or 7829427. OLE color: 7829427.

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

Color convert

RGB179119119-
CMYK00.340.340.30
HSL28.3%58.43%-
HSV(B)33.52%70.2%-
XYZ28.5224.1120.6-
YUV136.94117.88158-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=42.93%
G=28.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911911900.340.340.30028.358.43
HexB37777022221E01c3a
Octal263167167042423603472
Binary1011001111101111110111010001010001011110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37777; }

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

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

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

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

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

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

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

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