Html Css Color HEX #BA6317 Christine

📋 copy color: '#BA6317'

red 186 ◦ green 99 ◦ blue 23

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

Shades of Christine #BA6317

Tints of Christine #BA6317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 60.39%
G = 32.14%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA6317 (or 0xBA6317) is known color: Christine. HEX triplet: BA, 63 and 17. RGB value is (186,99,23). Sum of RGB (Red+Green+Blue) = 186+99+23=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6317 is #459CE8. Grayscale: #747474. Windows color (decimal): -4562153 or 1532858. OLE color: 1532858.

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

Color convert

RGB 186 99 23 -
CMYK 0 0.47 0.88 0.27
HSL 27.98º 0.78% 0.41% -
HSV(B) 27.98º 0.88% 0.73% -
XYZ 24.87 19.42 3.25 -
YUV 116.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 186 99 23 0 0.47 0.88 0.27 27.98 0.78 0.41
Hex BA 63 17 0 2F 58 1B 1C 4E 29
Octal 272 143 27 0 57 130 33 34 116 51
Binary 10111010 1100011 10111 0 101111 1011000 11011 11100 1001110 101001

Color Harmonies of #BA6317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6317

Black with #BA6317

Text Example


Text Example

White with #BA6317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6317; }

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

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

background-color css

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

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

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

border-color css

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

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

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