#B08471

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

Shades of Brandy Rose #B08471

Tints of Brandy Rose #B08471

Color information

#B08471 (or 0xB08471) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 71. RGB value is (176,132,113). Sum of RGB (Red+Green+Blue) = 176+132+113=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B08471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08471 is #4F7B8E. Grayscale: #8F8F8F. Windows color (decimal): -5208975 or 7439536. OLE color: 7439536.

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

Color convert

RGB176132113-
CMYK00.250.360.31
HSL18.1º28.51%56.67%-
HSV(B)18.1º35.8%69.02%-
XYZ29.1426.9219.28-
YUV142.99111.08151.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=41.81%
G=31.35%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613211300.250.360.3118.128.5156.67
HexB08471019241F121d39
Octal2602041610314437223571
Binary10110000100001001110001011001100100111111001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08471; }

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

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

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

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

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

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

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

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