Html Css Color HEX #BA5700 Tenne (Tawny)

📋 copy color: '#BA5700'

red 186 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5700

Tints of Tenne (Tawny) #BA5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.13%
G = 31.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5700 (or 0xBA5700) is known color: Tenne (Tawny). HEX triplet: BA, 57 and 00. RGB value is (186,87,0). Sum of RGB (Red+Green+Blue) = 186+87+0=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5700 is #45A8FF. Grayscale: #6B6B6B. Windows color (decimal): -4565248 or 22458. OLE color: 22458.

HSL color Cylindrical-coordinate representation of color #BA5700: hue angle of 28.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 0 -
CMYK 0 0.53 1 0.27
HSL 28.06º 1% 0.36% -
HSV(B) 28.06º 1% 0.73% -
XYZ 23.66 17.26 2.08 -
YUV 106.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 186 87 0 0 0.53 1 0.27 28.06 1 0.36
Hex BA 57 0 0 35 64 1B 1C 64 24
Octal 272 127 0 0 65 144 33 34 144 44
Binary 10111010 1010111 0 0 110101 1100100 11011 11100 1100100 100100

Color Harmonies of #BA5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5700

Black with #BA5700

Text Example


Text Example

White with #BA5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5700; }

 p { color: rgb(186,87,0); }

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

background-color css

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

 a { background-color: rgb(186,87,0); }

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

border-color css

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

 span { border-color: rgb(186,87,0); }

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