Html Css Color HEX #BA6007 Tenne (Tawny)

📋 copy color: '#BA6007'

red 186 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6007

Tints of Tenne (Tawny) #BA6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 64.36%
G = 33.22%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6007 (or 0xBA6007) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 07. RGB value is (186,96,7). Sum of RGB (Red+Green+Blue) = 186+96+7=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6007 is #459FF8. Grayscale: #717171. Windows color (decimal): -4562937 or 483514. OLE color: 483514.

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

Color convert

RGB 186 96 7 -
CMYK 0 0.48 0.96 0.27
HSL 29.83º 0.93% 0.38% -
HSV(B) 29.83º 0.96% 0.73% -
XYZ 24.47 18.82 2.54 -
YUV 112.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 186 96 7 0 0.48 0.96 0.27 29.83 0.93 0.38
Hex BA 60 7 0 30 60 1B 1E 5D 26
Octal 272 140 7 0 60 140 33 36 135 46
Binary 10111010 1100000 111 0 110000 1100000 11011 11110 1011101 100110

Color Harmonies of #BA6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6007

Black with #BA6007

Text Example


Text Example

White with #BA6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6007; }

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

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

background-color css

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

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

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

border-color css

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

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

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