#B66021

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

Shades of Christine #B66021

Tints of Christine #B66021

Color information

#B66021 (or 0xB66021) is unknown color: approx Christine. HEX triplet: B6, 60 and 21. RGB value is (182,96,33). Sum of RGB (Red+Green+Blue) = 182+96+33=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B66021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66021 is #499FDE. Grayscale: #727272. Windows color (decimal): -4825055 or 2187446. OLE color: 2187446.

HSL color Cylindrical-coordinate representation of color #B66021: hue angle of 25.37º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B66021 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1829633-
CMYK00.470.820.29
HSL25.37º69.3%42.16%-
HSV(B)25.37º81.87%71.37%-
XYZ23.7518.423.74-
YUV114.5381.99176.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=58.52%
G=30.87%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182963300.470.820.2925.3769.342.16
HexB6602102F521D19452a
Octal26614041057122353110552
Binary1011011011000001000010101111101001011101110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66021; }

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

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

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

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

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

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

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

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