Html Css Color HEX #BA6519 Christine

📋 copy color: '#BA6519'

red 186 ◦ green 101 ◦ blue 25

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

Shades of Christine #BA6519

Tints of Christine #BA6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 59.62%
G = 32.37%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA6519 (or 0xBA6519) is known color: Christine. HEX triplet: BA, 65 and 19. RGB value is (186,101,25). Sum of RGB (Red+Green+Blue) = 186+101+25=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6519 is #459AE6. Grayscale: #767676. Windows color (decimal): -4561639 or 1664442. OLE color: 1664442.

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

Color convert

RGB 186 101 25 -
CMYK 0 0.46 0.87 0.27
HSL 28.32º 0.76% 0.41% -
HSV(B) 28.32º 0.87% 0.73% -
XYZ 25.08 19.82 3.42 -
YUV 117.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 186 101 25 0 0.46 0.87 0.27 28.32 0.76 0.41
Hex BA 65 19 0 2E 57 1B 1C 4C 29
Octal 272 145 31 0 56 127 33 34 114 51
Binary 10111010 1100101 11001 0 101110 1010111 11011 11100 1001100 101001

Color Harmonies of #BA6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6519

Black with #BA6519

Text Example


Text Example

White with #BA6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6519; }

 p { color: rgb(186,101,25); }

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

background-color css

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

 a { background-color: rgb(186,101,25); }

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

border-color css

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

 span { border-color: rgb(186,101,25); }

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