Html Css Color HEX #BA5B15 Christine

📋 copy color: '#BA5B15'

red 186 ◦ green 91 ◦ blue 21

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

Shades of Christine #BA5B15

Tints of Christine #BA5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 62.42%
G = 30.54%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5B15 (or 0xBA5B15) is known color: Christine. HEX triplet: BA, 5B and 15. RGB value is (186,91,21). Sum of RGB (Red+Green+Blue) = 186+91+21=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B15 is #45A4EA. Grayscale: #6F6F6F. Windows color (decimal): -4564203 or 1399738. OLE color: 1399738.

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

Color convert

RGB 186 91 21 -
CMYK 0 0.51 0.89 0.27
HSL 25.45º 0.8% 0.41% -
HSV(B) 25.45º 0.89% 0.73% -
XYZ 24.13 17.98 2.91 -
YUV 111.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 186 91 21 0 0.51 0.89 0.27 25.45 0.8 0.41
Hex BA 5B 15 0 33 59 1B 19 50 29
Octal 272 133 25 0 63 131 33 31 120 51
Binary 10111010 1011011 10101 0 110011 1011001 11011 11001 1010000 101001

Color Harmonies of #BA5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B15

Black with #BA5B15

Text Example


Text Example

White with #BA5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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