Html Css Color HEX #BA5D14 Christine

📋 copy color: '#BA5D14'

red 186 ◦ green 93 ◦ blue 20

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

Shades of Christine #BA5D14

Tints of Christine #BA5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 62.21%
G = 31.1%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5D14 (or 0xBA5D14) is known color: Christine. HEX triplet: BA, 5D and 14. RGB value is (186,93,20). Sum of RGB (Red+Green+Blue) = 186+93+20=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D14 is #45A2EB. Grayscale: #707070. Windows color (decimal): -4563692 or 1334714. OLE color: 1334714.

HSL color Cylindrical-coordinate representation of color #BA5D14: hue angle of 26.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA5D14 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 20 -
CMYK 0 0.5 0.89 0.27
HSL 26.39º 0.81% 0.4% -
HSV(B) 26.39º 0.89% 0.73% -
XYZ 24.29 18.32 2.92 -
YUV 112.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 186 93 20 0 0.5 0.89 0.27 26.39 0.81 0.4
Hex BA 5D 14 0 32 59 1B 1A 51 28
Octal 272 135 24 0 62 131 33 32 121 50
Binary 10111010 1011101 10100 0 110010 1011001 11011 11010 1010001 101000

Color Harmonies of #BA5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D14

Black with #BA5D14

Text Example


Text Example

White with #BA5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D14; }

 p { color: rgb(186,93,20); }

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

background-color css

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

 a { background-color: rgb(186,93,20); }

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

border-color css

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

 span { border-color: rgb(186,93,20); }

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