Html Css Color HEX #BA6B00 Tenne (Tawny)

📋 copy color: '#BA6B00'

red 186 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6B00

Tints of Tenne (Tawny) #BA6B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

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

R = 63.48%
G = 36.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6B00 (or 0xBA6B00) is known color: Tenne (Tawny). HEX triplet: BA, 6B and 00. RGB value is (186,107,0). Sum of RGB (Red+Green+Blue) = 186+107+0=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B00 is #4594FF. Grayscale: #767676. Windows color (decimal): -4560128 or 27578. OLE color: 27578.

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

Color convert

RGB 186 107 0 -
CMYK 0 0.42 1 0.27
HSL 34.52º 1% 0.36% -
HSV(B) 34.52º 1% 0.73% -
XYZ 25.51 20.95 2.7 -
YUV 118.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 186 107 0 0 0.42 1 0.27 34.52 1 0.36
Hex BA 6B 0 0 2A 64 1B 23 64 24
Octal 272 153 0 0 52 144 33 43 144 44
Binary 10111010 1101011 0 0 101010 1100100 11011 100011 1100100 100100

Color Harmonies of #BA6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B00

Black with #BA6B00

Text Example


Text Example

White with #BA6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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