Html Css Color HEX #BA5E17 Christine

📋 copy color: '#BA5E17'

red 186 ◦ green 94 ◦ blue 23

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

Shades of Christine #BA5E17

Tints of Christine #BA5E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 23 (9.38% from 255) = 7.59%

R = 61.39%
G = 31.02%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5E17 (or 0xBA5E17) is known color: Christine. HEX triplet: BA, 5E and 17. RGB value is (186,94,23). Sum of RGB (Red+Green+Blue) = 186+94+23=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E17 is #45A1E8. Grayscale: #717171. Windows color (decimal): -4563433 or 1531578. OLE color: 1531578.

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

Color convert

RGB 186 94 23 -
CMYK 0 0.49 0.88 0.27
HSL 26.13º 0.78% 0.41% -
HSV(B) 26.13º 0.88% 0.73% -
XYZ 24.41 18.51 3.1 -
YUV 113.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 186 94 23 0 0.49 0.88 0.27 26.13 0.78 0.41
Hex BA 5E 17 0 31 58 1B 1A 4E 29
Octal 272 136 27 0 61 130 33 32 116 51
Binary 10111010 1011110 10111 0 110001 1011000 11011 11010 1001110 101001

Color Harmonies of #BA5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E17

Black with #BA5E17

Text Example


Text Example

White with #BA5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E17; }

 p { color: rgb(186,94,23); }

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

background-color css

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

 a { background-color: rgb(186,94,23); }

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

border-color css

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

 span { border-color: rgb(186,94,23); }

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