#BA6718

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

Shades of Christine #BA6718

Tints of Christine #BA6718

Color information

#BA6718 (or 0xBA6718) is unknown color: approx Christine. HEX triplet: BA, 67 and 18. RGB value is (186,103,24). Sum of RGB (Red+Green+Blue) = 186+103+24=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6718 is #4598E7. Grayscale: #777777. Windows color (decimal): -4561128 or 1599418. OLE color: 1599418.

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

Color convert

RGB18610324-
CMYK00.450.870.27
HSL29.26º77.14%41.18%-
HSV(B)29.26º87.1%72.94%-
XYZ25.2620.213.43-
YUV118.8174.5175.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=59.42%
G=32.91%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861032400.450.870.2729.2677.1441.18
HexBA671802D571B1d4d29
Octal27214730055127333511551
Binary101110101100111110000101101101011111011111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6718; }

 p { color: rgb(186,103,24); }

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

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

 a { background-color: rgb(186,103,24); }

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

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

 span { border-color: rgb(186,103,24); }

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