#B5622E

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

Shades of Christine #B5622E

Tints of Christine #B5622E

Color information

#B5622E (or 0xB5622E) is unknown color: approx Christine. HEX triplet: B5, 62 and 2E. RGB value is (181,98,46). Sum of RGB (Red+Green+Blue) = 181+98+46=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5622E is #4A9DD1. Grayscale: #757575. Windows color (decimal): -4890066 or 3039925. OLE color: 3039925.

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

Color convert

RGB1819846-
CMYK00.460.750.29
HSL23.11º59.47%44.51%-
HSV(B)23.11º74.59%70.98%-
XYZ23.9218.764.94-
YUV116.8988173.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=55.69%
G=30.15%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181984600.460.750.2923.1159.4744.51
HexB5622E02E4B1D173b2d
Octal2651425605611335277355
Binary101101011100010101110010111010010111110110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5622E; }

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

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

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

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

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

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

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

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