#B08271

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

Shades of Brandy Rose #B08271

Tints of Brandy Rose #B08271

Color information

#B08271 (or 0xB08271) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 71. RGB value is (176,130,113). Sum of RGB (Red+Green+Blue) = 176+130+113=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08271 is #4F7D8E. Grayscale: #8D8D8D. Windows color (decimal): -5209487 or 7439024. OLE color: 7439024.

HSL color Cylindrical-coordinate representation of color #B08271: hue angle of 16.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08271 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176130113-
CMYK00.260.360.31
HSL16.19º28.51%56.67%-
HSV(B)16.19º35.8%69.02%-
XYZ28.8726.3919.19-
YUV141.82111.74152.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=42.00%
G=31.03%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613011300.260.360.3116.1928.5156.67
HexB0827101A241F101d39
Octal2602021610324437203571
Binary10110000100000101110001011010100100111111000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08271; }

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

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

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

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

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

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

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

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