Html Css Color HEX #BA5D0C Tenne (Tawny)

📋 copy color: '#BA5D0C'

red 186 ◦ green 93 ◦ blue 12

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

Shades of Tenne (Tawny) #BA5D0C

Tints of Tenne (Tawny) #BA5D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 63.92%
G = 31.96%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA5D0C (or 0xBA5D0C) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 0C. RGB value is (186,93,12). Sum of RGB (Red+Green+Blue) = 186+93+12=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D0C is #45A2F3. Grayscale: #6F6F6F. Windows color (decimal): -4563700 or 810426. OLE color: 810426.

HSL color Cylindrical-coordinate representation of color #BA5D0C: hue angle of 27.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA5D0C is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 12 -
CMYK 0 0.5 0.94 0.27
HSL 27.93º 0.88% 0.39% -
HSV(B) 27.93º 0.94% 0.73% -
XYZ 24.23 18.29 2.6 -
YUV 111.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 186 93 12 0 0.5 0.94 0.27 27.93 0.88 0.39
Hex BA 5D C 0 32 5E 1B 1C 58 27
Octal 272 135 14 0 62 136 33 34 130 47
Binary 10111010 1011101 1100 0 110010 1011110 11011 11100 1011000 100111

Color Harmonies of #BA5D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D0C

Black with #BA5D0C

Text Example


Text Example

White with #BA5D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D0C; }

 p { color: rgb(186,93,12); }

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

background-color css

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

 a { background-color: rgb(186,93,12); }

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

border-color css

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

 span { border-color: rgb(186,93,12); }

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