#BA652A

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

Shades of Christine #BA652A

Tints of Christine #BA652A

Color information

#BA652A (or 0xBA652A) is unknown color: approx Christine. HEX triplet: BA, 65 and 2A. RGB value is (186,101,42). Sum of RGB (Red+Green+Blue) = 186+101+42=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA652A is #459AD5. Grayscale: #787878. Windows color (decimal): -4561622 or 2778554. OLE color: 2778554.

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

Color convert

RGB18610142-
CMYK00.460.770.27
HSL24.58º63.16%44.71%-
HSV(B)24.58º77.42%72.94%-
XYZ25.3219.914.7-
YUV119.6984.16175.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=56.53%
G=30.70%
B=12.77%

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
Decimal1861014200.460.770.2724.5863.1644.71
HexBA652A02E4D1B193f2d
Octal2721455205611533317755
Binary101110101100101101010010111010011011101111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA652A; }

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

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

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

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

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

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

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

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