#BA6A25

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

Shades of Christine #BA6A25

Tints of Christine #BA6A25

Color information

#BA6A25 (or 0xBA6A25) is unknown color: approx Christine. HEX triplet: BA, 6A and 25. RGB value is (186,106,37). Sum of RGB (Red+Green+Blue) = 186+106+37=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A25 is #4595DA. Grayscale: #7A7A7A. Windows color (decimal): -4560347 or 2452154. OLE color: 2452154.

HSL color Cylindrical-coordinate representation of color #BA6A25: hue angle of 27.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6A25 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18610637-
CMYK00.430.800.27
HSL27.79º66.82%43.73%-
HSV(B)27.79º80.11%72.94%-
XYZ25.7420.884.42-
YUV122.0580173.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=56.53%
G=32.22%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861063700.430.800.2727.7966.8243.73
HexBA6A2502B501B1c432c
Octal27215245053120333410354
Binary1011101011010101001010101011101000011011111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A25; }

 p { color: rgb(186,106,37); }

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

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

 a { background-color: rgb(186,106,37); }

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

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

 span { border-color: rgb(186,106,37); }

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