#B08980

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

Shades of Brandy Rose #B08980

Tints of Brandy Rose #B08980

Color information

#B08980 (or 0xB08980) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 80. RGB value is (176,137,128). Sum of RGB (Red+Green+Blue) = 176+137+128=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B08980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08980 is #4F767F. Grayscale: #939393. Windows color (decimal): -5207680 or 8423856. OLE color: 8423856.

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

Color convert

RGB176137128-
CMYK00.220.270.31
HSL11.25º23.3%59.61%-
HSV(B)11.25º27.27%69.02%-
XYZ30.7528.6824.34-
YUV147.64116.92148.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=39.91%
G=31.07%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613712800.220.270.3111.2523.359.61
HexB089800161B1Fb173c
Octal2602112000263337132774
Binary1011000010001001100000000101101101111111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08980; }

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

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

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

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

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

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

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

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