#B08985

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

Shades of Brandy Rose #B08985

Tints of Brandy Rose #B08985

Color information

#B08985 (or 0xB08985) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 85. RGB value is (176,137,133). Sum of RGB (Red+Green+Blue) = 176+137+133=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B08985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08985 is #4F767A. Grayscale: #949494. Windows color (decimal): -5207675 or 8751536. OLE color: 8751536.

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

Color convert

RGB176137133-
CMYK00.220.240.31
HSL5.58º21.39%60.59%-
HSV(B)5.58º24.43%69.02%-
XYZ31.0828.8126.11-
YUV148.21119.42147.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=39.46%
G=30.72%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613713300.220.240.315.5821.3960.59
HexB08985016181F6153d
Octal260211205026303762575
Binary101100001000100110000101010110110001111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08985; }

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

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

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

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

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

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

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

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