#BA662D

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

Shades of Christine #BA662D

Tints of Christine #BA662D

Color information

#BA662D (or 0xBA662D) is unknown color: approx Christine. HEX triplet: BA, 66 and 2D. RGB value is (186,102,45). Sum of RGB (Red+Green+Blue) = 186+102+45=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA662D is #4599D2. Grayscale: #787878. Windows color (decimal): -4561363 or 2975418. OLE color: 2975418.

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

Color convert

RGB18610245-
CMYK00.450.760.27
HSL24.26º61.04%45.29%-
HSV(B)24.26º75.81%72.94%-
XYZ25.4720.135.03-
YUV120.6285.33174.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=55.86%
G=30.63%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861024500.450.760.2724.2661.0445.29
HexBA662D02D4C1B183d2d
Octal2721465505511433307555
Binary101110101100110101101010110110011001101111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA662D; }

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

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

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

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

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

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

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

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