#B08281

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

Shades of Brandy Rose #B08281

Tints of Brandy Rose #B08281

Color information

#B08281 (or 0xB08281) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 81. RGB value is (176,130,129). Sum of RGB (Red+Green+Blue) = 176+130+129=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B08281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08281 is #4F7D7E. Grayscale: #8F8F8F. Windows color (decimal): -5209471 or 8487600. OLE color: 8487600.

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

Color convert

RGB176130129-
CMYK00.260.270.31
HSL1.28º22.93%59.8%-
HSV(B)1.28º26.7%69.02%-
XYZ29.8526.7824.36-
YUV143.64119.74151.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=40.46%
G=29.89%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613012900.260.270.311.2822.9359.8
HexB0828101A1B1F1173c
Octal260202201032333712774
Binary1011000010000010100000010110101101111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08281; }

 p { color: rgb(176,130,129); }

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

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

 a { background-color: rgb(176,130,129); }

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

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

 span { border-color: rgb(176,130,129); }

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