#B08982

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

Shades of Brandy Rose #B08982

Tints of Brandy Rose #B08982

Color information

#B08982 (or 0xB08982) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 82. RGB value is (176,137,130). Sum of RGB (Red+Green+Blue) = 176+137+130=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B08982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08982 is #4F767D. Grayscale: #939393. Windows color (decimal): -5207678 or 8554928. OLE color: 8554928.

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

Color convert

RGB176137130-
CMYK00.220.260.31
HSL9.13º22.55%60%-
HSV(B)9.13º26.14%69.02%-
XYZ30.8828.7325.04-
YUV147.86117.92148.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=39.73%
G=30.93%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613713000.220.260.319.1322.5560
HexB089820161A1F9173c
Octal2602112020263237112774
Binary1011000010001001100000100101101101011111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08982; }

 p { color: rgb(176,137,130); }

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

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

 a { background-color: rgb(176,137,130); }

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

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

 span { border-color: rgb(176,137,130); }

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