#B08771

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

Shades of Brandy Rose #B08771

Tints of Brandy Rose #B08771

Color information

#B08771 (or 0xB08771) is unknown color: approx Brandy Rose. HEX triplet: B0, 87 and 71. RGB value is (176,135,113). Sum of RGB (Red+Green+Blue) = 176+135+113=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08771 is #4F788E. Grayscale: #909090. Windows color (decimal): -5208207 or 7440304. OLE color: 7440304.

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

Color convert

RGB176135113-
CMYK00.230.360.31
HSL20.95º28.51%56.67%-
HSV(B)20.95º35.8%69.02%-
XYZ29.5527.7519.42-
YUV144.75110.08150.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=41.51%
G=31.84%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613511300.230.360.3120.9528.5156.67
HexB08771017241F151d39
Octal2602071610274437253571
Binary10110000100001111110001010111100100111111010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08771; }

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

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

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

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

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

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

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

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