Html Css Color HEX #BA5F07 Tenne (Tawny)

📋 copy color: '#BA5F07'

red 186 ◦ green 95 ◦ blue 7

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

Shades of Tenne (Tawny) #BA5F07

Tints of Tenne (Tawny) #BA5F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 64.58%
G = 32.99%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5F07 (or 0xBA5F07) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 07. RGB value is (186,95,7). Sum of RGB (Red+Green+Blue) = 186+95+7=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F07 is #45A0F8. Grayscale: #707070. Windows color (decimal): -4563193 or 483258. OLE color: 483258.

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

Color convert

RGB 186 95 7 -
CMYK 0 0.49 0.96 0.27
HSL 29.5º 0.93% 0.38% -
HSV(B) 29.5º 0.96% 0.73% -
XYZ 24.38 18.64 2.51 -
YUV 112.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 186 95 7 0 0.49 0.96 0.27 29.5 0.93 0.38
Hex BA 5F 7 0 31 60 1B 1D 5D 26
Octal 272 137 7 0 61 140 33 35 135 46
Binary 10111010 1011111 111 0 110001 1100000 11011 11101 1011101 100110

Color Harmonies of #BA5F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F07

Black with #BA5F07

Text Example


Text Example

White with #BA5F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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