#B08582

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

Shades of Brandy Rose #B08582

Tints of Brandy Rose #B08582

Color information

#B08582 (or 0xB08582) is unknown color: approx Brandy Rose. HEX triplet: B0, 85 and 82. RGB value is (176,133,130). Sum of RGB (Red+Green+Blue) = 176+133+130=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08582 is #4F7A7D. Grayscale: #919191. Windows color (decimal): -5208702 or 8553904. OLE color: 8553904.

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

Color convert

RGB176133130-
CMYK00.240.260.31
HSL3.91º22.55%60%-
HSV(B)3.91º26.14%69.02%-
XYZ30.3227.6224.85-
YUV145.51119.25149.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=40.09%
G=30.30%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613313000.240.260.313.9122.5560
HexB085820181A1F4173c
Octal260205202030323742774
Binary101100001000010110000010011000110101111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08582; }

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

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

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

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

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

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

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

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