Html Css Color HEX #BA5B17 Christine

📋 copy color: '#BA5B17'

red 186 ◦ green 91 ◦ blue 23

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

Shades of Christine #BA5B17

Tints of Christine #BA5B17

RGB

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

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

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

R = 62%
G = 30.33%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5B17 (or 0xBA5B17) is known color: Christine. HEX triplet: BA, 5B and 17. RGB value is (186,91,23). Sum of RGB (Red+Green+Blue) = 186+91+23=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B17 is #45A4E8. Grayscale: #707070. Windows color (decimal): -4564201 or 1530810. OLE color: 1530810.

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

Color convert

RGB 186 91 23 -
CMYK 0 0.51 0.88 0.27
HSL 25.03º 0.78% 0.41% -
HSV(B) 25.03º 0.88% 0.73% -
XYZ 24.15 17.98 3.01 -
YUV 111.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 186 91 23 0 0.51 0.88 0.27 25.03 0.78 0.41
Hex BA 5B 17 0 33 58 1B 19 4E 29
Octal 272 133 27 0 63 130 33 31 116 51
Binary 10111010 1011011 10111 0 110011 1011000 11011 11001 1001110 101001

Color Harmonies of #BA5B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B17

Black with #BA5B17

Text Example


Text Example

White with #BA5B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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