Html Css Color HEX #BA5C01 Tenne (Tawny)

📋 copy color: '#BA5C01'

red 186 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #BA5C01

Tints of Tenne (Tawny) #BA5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 66.67%
G = 32.97%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5C01 (or 0xBA5C01) is known color: Tenne (Tawny). HEX triplet: BA, 5C and 01. RGB value is (186,92,1). Sum of RGB (Red+Green+Blue) = 186+92+1=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C01 is #45A3FE. Grayscale: #6E6E6E. Windows color (decimal): -4563967 or 89274. OLE color: 89274.

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

Color convert

RGB 186 92 1 -
CMYK 0 0.51 0.99 0.27
HSL 29.51º 0.99% 0.37% -
HSV(B) 29.51º 0.99% 0.73% -
XYZ 24.08 18.1 2.25 -
YUV 109.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 186 92 1 0 0.51 0.99 0.27 29.51 0.99 0.37
Hex BA 5C 1 0 33 63 1B 1E 63 25
Octal 272 134 1 0 63 143 33 36 143 45
Binary 10111010 1011100 1 0 110011 1100011 11011 11110 1100011 100101

Color Harmonies of #BA5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C01

Black with #BA5C01

Text Example


Text Example

White with #BA5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C01; }

 p { color: rgb(186,92,1); }

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

background-color css

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

 a { background-color: rgb(186,92,1); }

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

border-color css

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

 span { border-color: rgb(186,92,1); }

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