#BA642A

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

Shades of Christine #BA642A

Tints of Christine #BA642A

Color information

#BA642A (or 0xBA642A) is unknown color: approx Christine. HEX triplet: BA, 64 and 2A. RGB value is (186,100,42). Sum of RGB (Red+Green+Blue) = 186+100+42=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA642A is #459BD5. Grayscale: #777777. Windows color (decimal): -4561878 or 2778298. OLE color: 2778298.

HSL color Cylindrical-coordinate representation of color #BA642A: hue angle of 24.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA642A is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18610042-
CMYK00.460.770.27
HSL24.17º63.16%44.71%-
HSV(B)24.17º77.42%72.94%-
XYZ25.2219.724.67-
YUV119.184.49175.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=56.71%
G=30.49%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861004200.460.770.2724.1763.1644.71
HexBA642A02E4D1B183f2d
Octal2721445205611533307755
Binary101110101100100101010010111010011011101111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA642A; }

 p { color: rgb(186,100,42); }

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

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

 a { background-color: rgb(186,100,42); }

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

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

 span { border-color: rgb(186,100,42); }

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