Html Css Color HEX #BA6015 Christine

📋 copy color: '#BA6015'

red 186 ◦ green 96 ◦ blue 21

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

Shades of Christine #BA6015

Tints of Christine #BA6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 61.39%
G = 31.68%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6015 (or 0xBA6015) is known color: Christine. HEX triplet: BA, 60 and 15. RGB value is (186,96,21). Sum of RGB (Red+Green+Blue) = 186+96+21=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6015 is #459FEA. Grayscale: #727272. Windows color (decimal): -4562923 or 1401018. OLE color: 1401018.

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

Color convert

RGB 186 96 21 -
CMYK 0 0.48 0.89 0.27
HSL 27.27º 0.8% 0.41% -
HSV(B) 27.27º 0.89% 0.73% -
XYZ 24.57 18.86 3.05 -
YUV 114.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 186 96 21 0 0.48 0.89 0.27 27.27 0.8 0.41
Hex BA 60 15 0 30 59 1B 1B 50 29
Octal 272 140 25 0 60 131 33 33 120 51
Binary 10111010 1100000 10101 0 110000 1011001 11011 11011 1010000 101001

Color Harmonies of #BA6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6015

Black with #BA6015

Text Example


Text Example

White with #BA6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6015; }

 p { color: rgb(186,96,21); }

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

background-color css

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

 a { background-color: rgb(186,96,21); }

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

border-color css

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

 span { border-color: rgb(186,96,21); }

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