#B08476

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

Shades of Brandy Rose #B08476

Tints of Brandy Rose #B08476

Color information

#B08476 (or 0xB08476) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 76. RGB value is (176,132,118). Sum of RGB (Red+Green+Blue) = 176+132+118=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08476 is #4F7B89. Grayscale: #8F8F8F. Windows color (decimal): -5208970 or 7767216. OLE color: 7767216.

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

Color convert

RGB176132118-
CMYK00.250.330.31
HSL14.48º26.85%57.65%-
HSV(B)14.48º32.95%69.02%-
XYZ29.4327.0420.81-
YUV143.56113.58151.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=41.31%
G=30.99%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613211800.250.330.3114.4826.8557.65
HexB08476019211Fe1b3a
Octal2602041660314137163372
Binary1011000010000100111011001100110000111111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08476; }

 p { color: rgb(176,132,118); }

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

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

 a { background-color: rgb(176,132,118); }

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

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

 span { border-color: rgb(176,132,118); }

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