#b3866f

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

Shades of Brandy Rose #B3866F

Tints of Brandy Rose #B3866F

Color information

#B3866F (or 0xB3866F) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 6F. RGB value is (179,134,111). Sum of RGB (Red+Green+Blue) = 179+134+111=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3866F is #4C7990. Grayscale: #909090. Windows color (decimal): -5011857 or 7308979. OLE color: 7308979.

HSL color Cylindrical-coordinate representation of color #B3866F: hue angle of 20.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3866F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179134111-
CMYK00.250.380.30
HSL20.29º30.91%56.86%-
HSV(B)20.29º37.99%70.2%-
XYZ29.9827.7818.82-
YUV144.83108.91152.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=42.22%
G=31.60%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913411100.250.380.3020.2930.9156.86
HexB3866F019261E141f39
Octal2632061570314636243771
Binary10110011100001101101111011001100110111101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3866f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3866f; }

 p { color: rgb(179,134,111); }

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

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

 a { background-color: rgb(179,134,111); }

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

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

 span { border-color: rgb(179,134,111); }

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