#B08672

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

Shades of Brandy Rose #B08672

Tints of Brandy Rose #B08672

Color information

#B08672 (or 0xB08672) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 72. RGB value is (176,134,114). Sum of RGB (Red+Green+Blue) = 176+134+114=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08672 is #4F798D. Grayscale: #909090. Windows color (decimal): -5208462 or 7505584. OLE color: 7505584.

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

Color convert

RGB176134114-
CMYK00.240.350.31
HSL19.35º28.18%56.86%-
HSV(B)19.35º35.23%69.02%-
XYZ29.4727.519.67-
YUV144.28110.91150.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=41.51%
G=31.60%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613411400.240.350.3119.3528.1856.86
HexB08672018231F131c39
Octal2602061620304337233471
Binary10110000100001101110010011000100011111111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08672; }

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

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

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

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

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

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

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

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