#ba5b21

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

Shades of Christine #BA5B21

Tints of Christine #BA5B21

Color information

#BA5B21 (or 0xBA5B21) is unknown color: approx Christine. HEX triplet: BA, 5B and 21. RGB value is (186,91,33). Sum of RGB (Red+Green+Blue) = 186+91+33=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B21 is #45A4DE. Grayscale: #717171. Windows color (decimal): -4564191 or 2186170. OLE color: 2186170.

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

Color convert

RGB1869133-
CMYK00.510.820.27
HSL22.75º69.86%42.94%-
HSV(B)22.75º82.26%72.94%-
XYZ24.2718.033.64-
YUV112.7982.97180.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=60%
G=29.35%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186913300.510.820.2722.7569.8642.94
HexBA5B21033521B17462b
Octal27213341063122332710653
Binary1011101010110111000010110011101001011011101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5b21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5b21; }

 p { color: rgb(186,91,33); }

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

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

 a { background-color: rgb(186,91,33); }

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

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

 span { border-color: rgb(186,91,33); }

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