#B08377

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

Shades of Brandy Rose #B08377

Tints of Brandy Rose #B08377

Color information

#B08377 (or 0xB08377) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 77. RGB value is (176,131,119). Sum of RGB (Red+Green+Blue) = 176+131+119=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08377 is #4F7C88. Grayscale: #8F8F8F. Windows color (decimal): -5209225 or 7832496. OLE color: 7832496.

HSL color Cylindrical-coordinate representation of color #B08377: hue angle of 12.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08377 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176131119-
CMYK00.260.320.31
HSL12.63º26.51%57.84%-
HSV(B)12.63º32.39%69.02%-
XYZ29.3526.7921.08-
YUV143.09114.41151.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=41.31%
G=30.75%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613111900.260.320.3112.6326.5157.84
HexB0837701A201Fd1b3a
Octal2602031670324037153372
Binary1011000010000011111011101101010000011111110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08377; }

 p { color: rgb(176,131,119); }

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

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

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

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

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

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

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