Html Css Color HEX #BA5F17 Christine

📋 copy color: '#BA5F17'

red 186 ◦ green 95 ◦ blue 23

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

Shades of Christine #BA5F17

Tints of Christine #BA5F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 61.18%
G = 31.25%
B = 7.57%

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

#BA5F17 (or 0xBA5F17) is known color: Christine. HEX triplet: BA, 5F and 17. RGB value is (186,95,23). Sum of RGB (Red+Green+Blue) = 186+95+23=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F17 is #45A0E8. Grayscale: #727272. Windows color (decimal): -4563177 or 1531834. OLE color: 1531834.

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

Color convert

RGB 186 95 23 -
CMYK 0 0.49 0.88 0.27
HSL 26.5º 0.78% 0.41% -
HSV(B) 26.5º 0.88% 0.73% -
XYZ 24.5 18.69 3.13 -
YUV 114 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 186 95 23 0 0.49 0.88 0.27 26.5 0.78 0.41
Hex BA 5F 17 0 31 58 1B 1B 4E 29
Octal 272 137 27 0 61 130 33 33 116 51
Binary 10111010 1011111 10111 0 110001 1011000 11011 11011 1001110 101001

Color Harmonies of #BA5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F17

Black with #BA5F17

Text Example


Text Example

White with #BA5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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