#B66026

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

Shades of Christine #B66026

Tints of Christine #B66026

Color information

#B66026 (or 0xB66026) is unknown color: approx Christine. HEX triplet: B6, 60 and 26. RGB value is (182,96,38). Sum of RGB (Red+Green+Blue) = 182+96+38=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B66026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66026 is #499FD9. Grayscale: #737373. Windows color (decimal): -4825050 or 2515126. OLE color: 2515126.

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

Color convert

RGB1829638-
CMYK00.470.790.29
HSL24.17º65.45%43.14%-
HSV(B)24.17º79.12%71.37%-
XYZ23.8218.454.14-
YUV115.184.49175.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=57.59%
G=30.38%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182963800.470.790.2924.1765.4543.14
HexB6602602F4F1D18412b
Octal26614046057117353010153
Binary1011011011000001001100101111100111111101110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66026; }

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

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

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

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

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

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

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

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