#B86021

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

Shades of Christine #B86021

Tints of Christine #B86021

Color information

#B86021 (or 0xB86021) is unknown color: approx Christine. HEX triplet: B8, 60 and 21. RGB value is (184,96,33). Sum of RGB (Red+Green+Blue) = 184+96+33=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86021 is #479FDE. Grayscale: #737373. Windows color (decimal): -4693983 or 2187448. OLE color: 2187448.

HSL color Cylindrical-coordinate representation of color #B86021: hue angle of 25.03º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B86021 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1849633-
CMYK00.480.820.28
HSL25.03º69.59%42.55%-
HSV(B)25.03º82.07%72.16%-
XYZ24.2218.673.76-
YUV115.1381.65177.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=58.79%
G=30.67%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184963300.480.820.2825.0369.5942.55
HexB86021030521C19462b
Octal27014041060122343110653
Binary1011100011000001000010110000101001011100110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86021; }

 p { color: rgb(184,96,33); }

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

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

 a { background-color: rgb(184,96,33); }

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

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

 span { border-color: rgb(184,96,33); }

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