#BA5C26

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

Shades of Christine #BA5C26

Tints of Christine #BA5C26

Color information

#BA5C26 (or 0xBA5C26) is unknown color: approx Christine. HEX triplet: BA, 5C and 26. RGB value is (186,92,38). Sum of RGB (Red+Green+Blue) = 186+92+38=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C26 is #45A3D9. Grayscale: #727272. Windows color (decimal): -4563930 or 2514106. OLE color: 2514106.

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

Color convert

RGB1869238-
CMYK00.510.800.27
HSL21.89º66.07%43.92%-
HSV(B)21.89º79.57%72.94%-
XYZ24.4318.234.07-
YUV113.9585.14179.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=58.86%
G=29.11%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186923800.510.800.2721.8966.0743.92
HexBA5C26033501B16422c
Octal27213446063120332610254
Binary1011101010111001001100110011101000011011101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C26; }

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

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

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

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

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

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

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

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