#B08884

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

Shades of Brandy Rose #B08884

Tints of Brandy Rose #B08884

Color information

#B08884 (or 0xB08884) is unknown color: approx Brandy Rose. HEX triplet: B0, 88 and 84. RGB value is (176,136,132). Sum of RGB (Red+Green+Blue) = 176+136+132=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08884 is #4F777B. Grayscale: #939393. Windows color (decimal): -5207932 or 8685744. OLE color: 8685744.

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

Color convert

RGB176136132-
CMYK00.230.250.31
HSL5.45º21.78%60.39%-
HSV(B)5.45º25%69.02%-
XYZ30.8728.525.7-
YUV147.5119.25148.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=39.64%
G=30.63%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613613200.230.250.315.4521.7860.39
HexB08884017191F5163c
Octal260210204027313752674
Binary101100001000100010000100010111110011111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08884; }

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

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

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

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

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

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

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

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