#B08D80

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

Shades of Brandy Rose #B08D80

Tints of Brandy Rose #B08D80

Color information

#B08D80 (or 0xB08D80) is unknown color: approx Brandy Rose. HEX triplet: B0, 8D and 80. RGB value is (176,141,128). Sum of RGB (Red+Green+Blue) = 176+141+128=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D80 is #4F727F. Grayscale: #969696. Windows color (decimal): -5206656 or 8424880. OLE color: 8424880.

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

Color convert

RGB176141128-
CMYK00.200.270.31
HSL16.25º23.3%59.61%-
HSV(B)16.25º27.27%69.02%-
XYZ31.3329.8424.53-
YUV149.98115.6146.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=39.55%
G=31.69%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614112800.200.270.3116.2523.359.61
HexB08D800141B1F10173c
Octal2602152000243337202774
Binary10110000100011011000000001010011011111111000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D80; }

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

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

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

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

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

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

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

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