#B66428

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

Shades of Christine #B66428

Tints of Christine #B66428

Color information

#B66428 (or 0xB66428) is unknown color: approx Christine. HEX triplet: B6, 64 and 28. RGB value is (182,100,40). Sum of RGB (Red+Green+Blue) = 182+100+40=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B66428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66428 is #499BD7. Grayscale: #767676. Windows color (decimal): -4824024 or 2647222. OLE color: 2647222.

HSL color Cylindrical-coordinate representation of color #B66428: hue angle of 25.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66428 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18210040-
CMYK00.450.780.29
HSL25.35º63.96%43.53%-
HSV(B)25.35º78.02%71.37%-
XYZ24.2319.214.44-
YUV117.6884.17173.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=56.52%
G=31.06%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821004000.450.780.2925.3563.9643.53
HexB6642802D4E1D19402c
Octal26614450055116353110054
Binary1011011011001001010000101101100111011101110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66428; }

 p { color: rgb(182,100,40); }

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

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

 a { background-color: rgb(182,100,40); }

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

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

 span { border-color: rgb(182,100,40); }

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