Html Css Color HEX #BA5F0F Tenne (Tawny)

📋 copy color: '#BA5F0F'

red 186 ◦ green 95 ◦ blue 15

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

Shades of Tenne (Tawny) #BA5F0F

Tints of Tenne (Tawny) #BA5F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 62.84%
G = 32.09%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA5F0F (or 0xBA5F0F) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 0F. RGB value is (186,95,15). Sum of RGB (Red+Green+Blue) = 186+95+15=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F0F is #45A0F0. Grayscale: #717171. Windows color (decimal): -4563185 or 1007546. OLE color: 1007546.

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

Color convert

RGB 186 95 15 -
CMYK 0 0.49 0.92 0.27
HSL 28.07º 0.85% 0.39% -
HSV(B) 28.07º 0.92% 0.73% -
XYZ 24.43 18.66 2.77 -
YUV 113.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 186 95 15 0 0.49 0.92 0.27 28.07 0.85 0.39
Hex BA 5F F 0 31 5C 1B 1C 55 27
Octal 272 137 17 0 61 134 33 34 125 47
Binary 10111010 1011111 1111 0 110001 1011100 11011 11100 1010101 100111

Color Harmonies of #BA5F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F0F

Black with #BA5F0F

Text Example


Text Example

White with #BA5F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F0F; }

 p { color: rgb(186,95,15); }

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

background-color css

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

 a { background-color: rgb(186,95,15); }

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

border-color css

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

 span { border-color: rgb(186,95,15); }

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