#B08482

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

Shades of Brandy Rose #B08482

Tints of Brandy Rose #B08482

Color information

#B08482 (or 0xB08482) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 82. RGB value is (176,132,130). Sum of RGB (Red+Green+Blue) = 176+132+130=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B08482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08482 is #4F7B7D. Grayscale: #909090. Windows color (decimal): -5208958 or 8553648. OLE color: 8553648.

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

Color convert

RGB176132130-
CMYK00.250.260.31
HSL2.61º22.55%60%-
HSV(B)2.61º26.14%69.02%-
XYZ30.1927.3424.81-
YUV144.93119.58150.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=40.18%
G=30.14%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613213000.250.260.312.6122.5560
HexB084820191A1F3173c
Octal260204202031323732774
Binary10110000100001001000001001100111010111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08482; }

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

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

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

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

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

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

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

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