Html Css Color HEX #BA5D00 Tenne (Tawny)

📋 copy color: '#BA5D00'

red 186 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #BA5D00

Tints of Tenne (Tawny) #BA5D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA5D00 (or 0xBA5D00) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 00. RGB value is (186,93,0). Sum of RGB (Red+Green+Blue) = 186+93+0=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D00 is #45A2FF. Grayscale: #6E6E6E. Windows color (decimal): -4563712 or 23994. OLE color: 23994.

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

Color convert

RGB 186 93 0 -
CMYK 0 0.5 1 0.27
HSL 30º 1% 0.36% -
HSV(B) 30º 1% 0.73% -
XYZ 24.16 18.27 2.25 -
YUV 110.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 186 93 0 0 0.5 1 0.27 30 1 0.36
Hex BA 5D 0 0 32 64 1B 1E 64 24
Octal 272 135 0 0 62 144 33 36 144 44
Binary 10111010 1011101 0 0 110010 1100100 11011 11110 1100100 100100

Color Harmonies of #BA5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D00

Black with #BA5D00

Text Example


Text Example

White with #BA5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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