#B5662E

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

Shades of Christine #B5662E

Tints of Christine #B5662E

Color information

#B5662E (or 0xB5662E) is unknown color: approx Christine. HEX triplet: B5, 66 and 2E. RGB value is (181,102,46). Sum of RGB (Red+Green+Blue) = 181+102+46=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5662E is #4A99D1. Grayscale: #777777. Windows color (decimal): -4889042 or 3040949. OLE color: 3040949.

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

Color convert

RGB18110246-
CMYK00.440.750.29
HSL24.89º59.47%44.51%-
HSV(B)24.89º74.59%70.98%-
XYZ24.319.525.07-
YUV119.2486.67172.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=55.02%
G=31.00%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811024600.440.750.2924.8959.4744.51
HexB5662E02C4B1D193b2d
Octal2651465605411335317355
Binary101101011100110101110010110010010111110111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5662E; }

 p { color: rgb(181,102,46); }

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

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

 a { background-color: rgb(181,102,46); }

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

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

 span { border-color: rgb(181,102,46); }

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