#BA612A

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

Shades of Christine #BA612A

Tints of Christine #BA612A

Color information

#BA612A (or 0xBA612A) is unknown color: approx Christine. HEX triplet: BA, 61 and 2A. RGB value is (186,97,42). Sum of RGB (Red+Green+Blue) = 186+97+42=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA612A is #459ED5. Grayscale: #757575. Windows color (decimal): -4562646 or 2777530. OLE color: 2777530.

HSL color Cylindrical-coordinate representation of color #BA612A: hue angle of 22.92º 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 #BA612A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1869742-
CMYK00.480.770.27
HSL22.92º63.16%44.71%-
HSV(B)22.92º77.42%72.94%-
XYZ24.9419.164.57-
YUV117.3485.49176.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=57.23%
G=29.85%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186974200.480.770.2722.9263.1644.71
HexBA612A0304D1B173f2d
Octal2721415206011533277755
Binary101110101100001101010011000010011011101110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA612A; }

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

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

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

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

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

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

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

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