#BA6925

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

Shades of Christine #BA6925

Tints of Christine #BA6925

Color information

#BA6925 (or 0xBA6925) is unknown color: approx Christine. HEX triplet: BA, 69 and 25. RGB value is (186,105,37). Sum of RGB (Red+Green+Blue) = 186+105+37=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6925 is #4596DA. Grayscale: #797979. Windows color (decimal): -4560603 or 2451898. OLE color: 2451898.

HSL color Cylindrical-coordinate representation of color #BA6925: hue angle of 27.38º 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 #BA6925 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18610537-
CMYK00.440.800.27
HSL27.38º66.82%43.73%-
HSV(B)27.38º80.11%72.94%-
XYZ25.6420.684.39-
YUV121.4780.34174.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=56.71%
G=32.01%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861053700.440.800.2727.3866.8243.73
HexBA692502C501B1b432c
Octal27215145054120333310354
Binary1011101011010011001010101100101000011011110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6925; }

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

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

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

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

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

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

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

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