#B08076

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

Shades of Brandy Rose #B08076

Tints of Brandy Rose #B08076

Color information

#B08076 (or 0xB08076) is unknown color: approx Brandy Rose. HEX triplet: B0, 80 and 76. RGB value is (176,128,118). Sum of RGB (Red+Green+Blue) = 176+128+118=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08076 is #4F7F89. Grayscale: #8D8D8D. Windows color (decimal): -5209994 or 7766192. OLE color: 7766192.

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

Color convert

RGB176128118-
CMYK00.270.330.31
HSL10.34º26.85%57.65%-
HSV(B)10.34º32.95%69.02%-
XYZ28.8925.9820.63-
YUV141.21114.9152.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=41.71%
G=30.33%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612811800.270.330.3110.3426.8557.65
HexB0807601B211Fa1b3a
Octal2602001660334137123372
Binary1011000010000000111011001101110000111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08076; }

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

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

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

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

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

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

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

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