#B86A2A

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

Shades of Christine #B86A2A

Tints of Christine #B86A2A

Color information

#B86A2A (or 0xB86A2A) is unknown color: approx Christine. HEX triplet: B8, 6A and 2A. RGB value is (184,106,42). Sum of RGB (Red+Green+Blue) = 184+106+42=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A2A is #4795D5. Grayscale: #7A7A7A. Windows color (decimal): -4691414 or 2779832. OLE color: 2779832.

HSL color Cylindrical-coordinate representation of color #B86A2A: hue angle of 27.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B86A2A is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18410642-
CMYK00.420.770.28
HSL27.04º62.83%44.31%-
HSV(B)27.04º77.17%72.16%-
XYZ25.3420.674.84-
YUV122.0382.84172.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=55.42%
G=31.93%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841064200.420.770.2827.0462.8344.31
HexB86A2A02A4D1C1b3f2c
Octal2701525205211534337754
Binary101110001101010101010010101010011011110011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A2A; }

 p { color: rgb(184,106,42); }

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

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

 a { background-color: rgb(184,106,42); }

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

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

 span { border-color: rgb(184,106,42); }

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