#B08371

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

Shades of Brandy Rose #B08371

Tints of Brandy Rose #B08371

Color information

#B08371 (or 0xB08371) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 71. RGB value is (176,131,113). Sum of RGB (Red+Green+Blue) = 176+131+113=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B08371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08371 is #4F7C8E. Grayscale: #8E8E8E. Windows color (decimal): -5209231 or 7439280. OLE color: 7439280.

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

Color convert

RGB176131113-
CMYK00.260.360.31
HSL17.14º28.51%56.67%-
HSV(B)17.14º35.8%69.02%-
XYZ2926.6519.24-
YUV142.4111.41151.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=41.90%
G=31.19%
B=26.90%

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
Decimal17613111300.260.360.3117.1428.5156.67
HexB0837101A241F111d39
Octal2602031610324437213571
Binary10110000100000111110001011010100100111111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08371; }

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

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

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

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

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

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

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

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