#B08381

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

Shades of Brandy Rose #B08381

Tints of Brandy Rose #B08381

Color information

#B08381 (or 0xB08381) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 81. RGB value is (176,131,129). Sum of RGB (Red+Green+Blue) = 176+131+129=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08381 is #4F7C7E. Grayscale: #909090. Windows color (decimal): -5209215 or 8487856. OLE color: 8487856.

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

Color convert

RGB176131129-
CMYK00.260.270.31
HSL2.55º22.93%59.8%-
HSV(B)2.55º26.7%69.02%-
XYZ29.9827.0524.41-
YUV144.23119.41150.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=40.37%
G=30.05%
B=29.59%

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
Decimal17613112900.260.270.312.5522.9359.8
HexB0838101A1B1F3173c
Octal260203201032333732774
Binary10110000100000111000000101101011011111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08381; }

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

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

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

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

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

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

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

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