#B5642E

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

Shades of Christine #B5642E

Tints of Christine #B5642E

Color information

#B5642E (or 0xB5642E) is unknown color: approx Christine. HEX triplet: B5, 64 and 2E. RGB value is (181,100,46). Sum of RGB (Red+Green+Blue) = 181+100+46=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5642E is #4A9BD1. Grayscale: #767676. Windows color (decimal): -4889554 or 3040437. OLE color: 3040437.

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

Color convert

RGB18110046-
CMYK00.450.750.29
HSL24º59.47%44.51%-
HSV(B)24º74.59%70.98%-
XYZ24.1119.145.01-
YUV118.0687.34172.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=55.35%
G=30.58%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811004600.450.750.292459.4744.51
HexB5642E02D4B1D183b2d
Octal2651445605511335307355
Binary101101011100100101110010110110010111110111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5642E; }

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

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

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

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

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

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

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

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