#BA5F22

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

Shades of Christine #BA5F22

Tints of Christine #BA5F22

Color information

#BA5F22 (or 0xBA5F22) is unknown color: approx Christine. HEX triplet: BA, 5F and 22. RGB value is (186,95,34). Sum of RGB (Red+Green+Blue) = 186+95+34=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F22 is #45A0DD. Grayscale: #737373. Windows color (decimal): -4563166 or 2252730. OLE color: 2252730.

HSL color Cylindrical-coordinate representation of color #BA5F22: hue angle of 24.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5F22 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1869534-
CMYK00.490.820.27
HSL24.08º69.09%43.14%-
HSV(B)24.08º81.72%72.94%-
XYZ24.6318.743.83-
YUV115.2682.15178.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.05%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 34 (13.67% from 255) = 10.79%
R=59.05%
G=30.16%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186953400.490.820.2724.0869.0943.14
HexBA5F22031521B18452b
Octal27213742061122333010553
Binary1011101010111111000100110001101001011011110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F22; }

 p { color: rgb(186,95,34); }

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

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

 a { background-color: rgb(186,95,34); }

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

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

 span { border-color: rgb(186,95,34); }

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