#B08679

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

Shades of Brandy Rose #B08679

Tints of Brandy Rose #B08679

Color information

#B08679 (or 0xB08679) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 79. RGB value is (176,134,121). Sum of RGB (Red+Green+Blue) = 176+134+121=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B08679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08679 is #4F7986. Grayscale: #919191. Windows color (decimal): -5208455 or 7964336. OLE color: 7964336.

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

Color convert

RGB176134121-
CMYK00.240.310.31
HSL14.18º25.82%58.24%-
HSV(B)14.18º31.25%69.02%-
XYZ29.8827.6621.85-
YUV145.08114.41150.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=40.84%
G=31.09%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613412100.240.310.3114.1825.8258.24
HexB086790181F1Fe1a3a
Octal2602061710303737163272
Binary101100001000011011110010110001111111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08679; }

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

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

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

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

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

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

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

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