Html Css Color HEX #BA6719 Christine

📋 copy color: '#BA6719'

red 186 ◦ green 103 ◦ blue 25

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

Shades of Christine #BA6719

Tints of Christine #BA6719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 59.24%
G = 32.8%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA6719 (or 0xBA6719) is known color: Christine. HEX triplet: BA, 67 and 19. RGB value is (186,103,25). Sum of RGB (Red+Green+Blue) = 186+103+25=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6719 is #4598E6. Grayscale: #777777. Windows color (decimal): -4561127 or 1664954. OLE color: 1664954.

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

Color convert

RGB 186 103 25 -
CMYK 0 0.45 0.87 0.27
HSL 29.07º 0.76% 0.41% -
HSV(B) 29.07º 0.87% 0.73% -
XYZ 25.28 20.21 3.49 -
YUV 118.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 186 103 25 0 0.45 0.87 0.27 29.07 0.76 0.41
Hex BA 67 19 0 2D 57 1B 1D 4C 29
Octal 272 147 31 0 55 127 33 35 114 51
Binary 10111010 1100111 11001 0 101101 1010111 11011 11101 1001100 101001

Color Harmonies of #BA6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6719

Black with #BA6719

Text Example


Text Example

White with #BA6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6719; }

 p { color: rgb(186,103,25); }

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

background-color css

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

 a { background-color: rgb(186,103,25); }

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

border-color css

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

 span { border-color: rgb(186,103,25); }

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