#BA662F

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

Shades of Christine #BA662F

Tints of Christine #BA662F

Color information

#BA662F (or 0xBA662F) is unknown color: approx Christine. HEX triplet: BA, 66 and 2F. RGB value is (186,102,47). Sum of RGB (Red+Green+Blue) = 186+102+47=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA662F is #4599D0. Grayscale: #797979. Windows color (decimal): -4561361 or 3106490. OLE color: 3106490.

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

Color convert

RGB18610247-
CMYK00.450.750.27
HSL23.74º59.66%45.69%-
HSV(B)23.74º74.73%72.94%-
XYZ25.5120.155.23-
YUV120.8586.33174.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=55.52%
G=30.45%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861024700.450.750.2723.7459.6645.69
HexBA662F02D4B1B183c2e
Octal2721465705511333307456
Binary101110101100110101111010110110010111101111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA662F; }

 p { color: rgb(186,102,47); }

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

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

 a { background-color: rgb(186,102,47); }

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

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

 span { border-color: rgb(186,102,47); }

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