#B66826

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

Shades of Christine #B66826

Tints of Christine #B66826

Color information

#B66826 (or 0xB66826) is unknown color: approx Christine. HEX triplet: B6, 68 and 26. RGB value is (182,104,38). Sum of RGB (Red+Green+Blue) = 182+104+38=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B66826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66826 is #4997D9. Grayscale: #787878. Windows color (decimal): -4823002 or 2517174. OLE color: 2517174.

HSL color Cylindrical-coordinate representation of color #B66826: hue angle of 27.5º 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 #B66826 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18210438-
CMYK00.430.790.29
HSL27.5º65.45%43.14%-
HSV(B)27.5º79.12%71.37%-
XYZ24.5919.994.4-
YUV119.881.84172.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 38 (15.23% from 255) = 11.73%
R=56.17%
G=32.10%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821043800.430.790.2927.565.4543.14
HexB6682602B4F1D1c412b
Octal26615046053117353410153
Binary1011011011010001001100101011100111111101111001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66826; }

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

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

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

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

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

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

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

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