Html Css Color HEX #BA6215 Christine

📋 copy color: '#BA6215'

red 186 ◦ green 98 ◦ blue 21

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

Shades of Christine #BA6215

Tints of Christine #BA6215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 60.98%
G = 32.13%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA6215 (or 0xBA6215) is known color: Christine. HEX triplet: BA, 62 and 15. RGB value is (186,98,21). Sum of RGB (Red+Green+Blue) = 186+98+21=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6215 is #459DEA. Grayscale: #737373. Windows color (decimal): -4562411 or 1401530. OLE color: 1401530.

HSL color Cylindrical-coordinate representation of color #BA6215: hue angle of 28º 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 #BA6215 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 21 -
CMYK 0 0.47 0.89 0.27
HSL 28º 0.8% 0.41% -
HSV(B) 28º 0.89% 0.73% -
XYZ 24.75 19.23 3.12 -
YUV 115.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 186 98 21 0 0.47 0.89 0.27 28 0.8 0.41
Hex BA 62 15 0 2F 59 1B 1C 50 29
Octal 272 142 25 0 57 131 33 34 120 51
Binary 10111010 1100010 10101 0 101111 1011001 11011 11100 1010000 101001

Color Harmonies of #BA6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6215

Black with #BA6215

Text Example


Text Example

White with #BA6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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