Html Css Color HEX #BA5A17 Christine

📋 copy color: '#BA5A17'

red 186 ◦ green 90 ◦ blue 23

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

Shades of Christine #BA5A17

Tints of Christine #BA5A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 62.21%
G = 30.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5A17 (or 0xBA5A17) is known color: Christine. HEX triplet: BA, 5A and 17. RGB value is (186,90,23). Sum of RGB (Red+Green+Blue) = 186+90+23=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A17 is #45A5E8. Grayscale: #6F6F6F. Windows color (decimal): -4564457 or 1530554. OLE color: 1530554.

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

Color convert

RGB 186 90 23 -
CMYK 0 0.52 0.88 0.27
HSL 24.66º 0.78% 0.41% -
HSV(B) 24.66º 0.88% 0.73% -
XYZ 24.06 17.81 2.98 -
YUV 111.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 186 90 23 0 0.52 0.88 0.27 24.66 0.78 0.41
Hex BA 5A 17 0 34 58 1B 19 4E 29
Octal 272 132 27 0 64 130 33 31 116 51
Binary 10111010 1011010 10111 0 110100 1011000 11011 11001 1001110 101001

Color Harmonies of #BA5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A17

Black with #BA5A17

Text Example


Text Example

White with #BA5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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