Html Css Color HEX #BA5E07 Tenne (Tawny)

📋 copy color: '#BA5E07'

red 186 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #BA5E07

Tints of Tenne (Tawny) #BA5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 64.81%
G = 32.75%
B = 2.44%

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

#BA5E07 (or 0xBA5E07) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 07. RGB value is (186,94,7). Sum of RGB (Red+Green+Blue) = 186+94+7=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E07 is #45A1F8. Grayscale: #707070. Windows color (decimal): -4563449 or 483002. OLE color: 483002.

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

Color convert

RGB 186 94 7 -
CMYK 0 0.49 0.96 0.27
HSL 29.16º 0.93% 0.38% -
HSV(B) 29.16º 0.96% 0.73% -
XYZ 24.29 18.46 2.48 -
YUV 111.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 186 94 7 0 0.49 0.96 0.27 29.16 0.93 0.38
Hex BA 5E 7 0 31 60 1B 1D 5D 26
Octal 272 136 7 0 61 140 33 35 135 46
Binary 10111010 1011110 111 0 110001 1100000 11011 11101 1011101 100110

Color Harmonies of #BA5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E07

Black with #BA5E07

Text Example


Text Example

White with #BA5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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