#B08885

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

Shades of Brandy Rose #B08885

Tints of Brandy Rose #B08885

Color information

#B08885 (or 0xB08885) is unknown color: approx Brandy Rose. HEX triplet: B0, 88 and 85. RGB value is (176,136,133). Sum of RGB (Red+Green+Blue) = 176+136+133=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08885 is #4F777A. Grayscale: #939393. Windows color (decimal): -5207931 or 8751280. OLE color: 8751280.

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

Color convert

RGB176136133-
CMYK00.230.240.31
HSL4.19º21.39%60.59%-
HSV(B)4.19º24.43%69.02%-
XYZ30.9428.5326.07-
YUV147.62119.75148.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=39.55%
G=30.56%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613613300.230.240.314.1921.3960.59
HexB08885017181F4153d
Octal260210205027303742575
Binary101100001000100010000101010111110001111110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08885; }

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

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

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

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

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

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

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

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