Html Css Color HEX #BA5A16 Christine

📋 copy color: '#BA5A16'

red 186 ◦ green 90 ◦ blue 22

#BA5A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BA5A16

Tints of Christine #BA5A16

RGB

 RED value IS 186 (73.05% from 255) = 62.42%

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 62.42%
G = 30.2%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5A16 (or 0xBA5A16) is known color: Christine. HEX triplet: BA, 5A and 16. RGB value is (186,90,22). Sum of RGB (Red+Green+Blue) = 186+90+22=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A16 is #45A5E9. Grayscale: #6F6F6F. Windows color (decimal): -4564458 or 1465018. OLE color: 1465018.

HSL color Cylindrical-coordinate representation of color #BA5A16: hue angle of 24.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA5A16 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 22 -
CMYK 0 0.52 0.88 0.27
HSL 24.88º 0.79% 0.41% -
HSV(B) 24.88º 0.88% 0.73% -
XYZ 24.05 17.81 2.93 -
YUV 110.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 186 90 22 0 0.52 0.88 0.27 24.88 0.79 0.41
Hex BA 5A 16 0 34 58 1B 19 4F 29
Octal 272 132 26 0 64 130 33 31 117 51
Binary 10111010 1011010 10110 0 110100 1011000 11011 11001 1001111 101001

Color Harmonies of #BA5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A16

Black with #BA5A16

Text Example


Text Example

White with #BA5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A16; }

 p { color: rgb(186,90,22); }

 H1.HeaderClassName
 {
   color: #BA5A16;
 }
 .AnyTagClassName
 {
   color: #BA5A16;
 }
</style>

background-color css

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

 a { background-color: rgb(186,90,22); }

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

border-color css

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

 span { border-color: rgb(186,90,22); }

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