#B08B80

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

Shades of Brandy Rose #B08B80

Tints of Brandy Rose #B08B80

Color information

#B08B80 (or 0xB08B80) is unknown color: approx Brandy Rose. HEX triplet: B0, 8B and 80. RGB value is (176,139,128). Sum of RGB (Red+Green+Blue) = 176+139+128=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B80 is #4F747F. Grayscale: #949494. Windows color (decimal): -5207168 or 8424368. OLE color: 8424368.

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

Color convert

RGB176139128-
CMYK00.210.270.31
HSL13.75º23.3%59.61%-
HSV(B)13.75º27.27%69.02%-
XYZ31.0329.2524.43-
YUV148.81116.26147.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=39.73%
G=31.38%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613912800.210.270.3113.7523.359.61
HexB08B800151B1Fe173c
Octal2602132000253337162774
Binary1011000010001011100000000101011101111111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B80; }

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

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

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

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

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

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

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

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