#BA6126

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

Shades of Christine #BA6126

Tints of Christine #BA6126

Color information

#BA6126 (or 0xBA6126) is unknown color: approx Christine. HEX triplet: BA, 61 and 26. RGB value is (186,97,38). Sum of RGB (Red+Green+Blue) = 186+97+38=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6126 is #459ED9. Grayscale: #757575. Windows color (decimal): -4562650 or 2515386. OLE color: 2515386.

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

Color convert

RGB1869738-
CMYK00.480.800.27
HSL23.92º66.07%43.92%-
HSV(B)23.92º79.57%72.94%-
XYZ24.8719.134.21-
YUV116.8883.49177.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=57.94%
G=30.22%
B=11.84%

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
Decimal186973800.480.800.2723.9266.0743.92
HexBA6126030501B18422c
Octal27214146060120333010254
Binary1011101011000011001100110000101000011011110001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6126; }

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

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

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

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

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

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

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

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