#BA6125

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

Shades of Christine #BA6125

Tints of Christine #BA6125

Color information

#BA6125 (or 0xBA6125) is unknown color: approx Christine. HEX triplet: BA, 61 and 25. RGB value is (186,97,37). Sum of RGB (Red+Green+Blue) = 186+97+37=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6125 is #459EDA. Grayscale: #757575. Windows color (decimal): -4562651 or 2449850. OLE color: 2449850.

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

Color convert

RGB1869737-
CMYK00.480.800.27
HSL24.16º66.82%43.73%-
HSV(B)24.16º80.11%72.94%-
XYZ24.8619.124.13-
YUV116.7782.99177.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 37 (14.84% from 255) = 11.56%
R=58.12%
G=30.31%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186973700.480.800.2724.1666.8243.73
HexBA6125030501B18432c
Octal27214145060120333010354
Binary1011101011000011001010110000101000011011110001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6125; }

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

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

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

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

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

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

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

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