Html Css Color HEX #BA5F00 Tenne (Tawny)

📋 copy color: '#BA5F00'

red 186 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5F00

Tints of Tenne (Tawny) #BA5F00

RGB

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

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

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

R = 66.19%
G = 33.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5F00 (or 0xBA5F00) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 00. RGB value is (186,95,0). Sum of RGB (Red+Green+Blue) = 186+95+0=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F00 is #45A0FF. Grayscale: #6F6F6F. Windows color (decimal): -4563200 or 24506. OLE color: 24506.

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

Color convert

RGB 186 95 0 -
CMYK 0 0.49 1 0.27
HSL 30.65º 1% 0.36% -
HSV(B) 30.65º 1% 0.73% -
XYZ 24.34 18.62 2.31 -
YUV 111.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 186 95 0 0 0.49 1 0.27 30.65 1 0.36
Hex BA 5F 0 0 31 64 1B 1F 64 24
Octal 272 137 0 0 61 144 33 37 144 44
Binary 10111010 1011111 0 0 110001 1100100 11011 11111 1100100 100100

Color Harmonies of #BA5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F00

Black with #BA5F00

Text Example


Text Example

White with #BA5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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