#B08671

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

Shades of Brandy Rose #B08671

Tints of Brandy Rose #B08671

Color information

#B08671 (or 0xB08671) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 71. RGB value is (176,134,113). Sum of RGB (Red+Green+Blue) = 176+134+113=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08671 is #4F798E. Grayscale: #909090. Windows color (decimal): -5208463 or 7440048. OLE color: 7440048.

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

Color convert

RGB176134113-
CMYK00.240.360.31
HSL20º28.51%56.67%-
HSV(B)20º35.8%69.02%-
XYZ29.4127.4719.38-
YUV144.16110.41150.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=41.61%
G=31.68%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613411300.240.360.312028.5156.67
HexB08671018241F141d39
Octal2602061610304437243571
Binary10110000100001101110001011000100100111111010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08671; }

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

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

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

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

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

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

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

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