#B3642C

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

Shades of Christine #B3642C

Tints of Christine #B3642C

Color information

#B3642C (or 0xB3642C) is unknown color: approx Christine. HEX triplet: B3, 64 and 2C. RGB value is (179,100,44). Sum of RGB (Red+Green+Blue) = 179+100+44=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3642C is #4C9BD3. Grayscale: #757575. Windows color (decimal): -5020628 or 2909363. OLE color: 2909363.

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

Color convert

RGB17910044-
CMYK00.440.750.30
HSL24.89º60.54%43.73%-
HSV(B)24.89º75.42%70.2%-
XYZ23.618.884.78-
YUV117.2486.67172.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=55.42%
G=30.96%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791004400.440.750.3024.8960.5443.73
HexB3642C02C4B1E193d2c
Octal2631445405411336317554
Binary101100111100100101100010110010010111111011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3642C; }

 p { color: rgb(179,100,44); }

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

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

 a { background-color: rgb(179,100,44); }

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

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

 span { border-color: rgb(179,100,44); }

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