#BA6629

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

Shades of Christine #BA6629

Tints of Christine #BA6629

Color information

#BA6629 (or 0xBA6629) is unknown color: approx Christine. HEX triplet: BA, 66 and 29. RGB value is (186,102,41). Sum of RGB (Red+Green+Blue) = 186+102+41=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6629 is #4599D6. Grayscale: #787878. Windows color (decimal): -4561367 or 2713274. OLE color: 2713274.

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

Color convert

RGB18610241-
CMYK00.450.780.27
HSL25.24º63.88%44.51%-
HSV(B)25.24º77.96%72.94%-
XYZ25.420.14.64-
YUV120.1683.33174.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=56.53%
G=31.00%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861024100.450.780.2725.2463.8844.51
HexBA662902D4E1B19402d
Octal27214651055116333110055
Binary1011101011001101010010101101100111011011110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6629; }

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

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

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

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

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

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

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

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