Html Css Color HEX #BA5D06 Tenne (Tawny)

📋 copy color: '#BA5D06'

red 186 ◦ green 93 ◦ blue 6

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

Shades of Tenne (Tawny) #BA5D06

Tints of Tenne (Tawny) #BA5D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 65.26%
G = 32.63%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5D06 (or 0xBA5D06) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 06. RGB value is (186,93,6). Sum of RGB (Red+Green+Blue) = 186+93+6=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D06 is #45A2F9. Grayscale: #6F6F6F. Windows color (decimal): -4563706 or 417210. OLE color: 417210.

HSL color Cylindrical-coordinate representation of color #BA5D06: hue angle of 29º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5D06 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 6 -
CMYK 0 0.5 0.97 0.27
HSL 29º 0.94% 0.38% -
HSV(B) 29º 0.97% 0.73% -
XYZ 24.2 18.28 2.43 -
YUV 110.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 186 93 6 0 0.5 0.97 0.27 29 0.94 0.38
Hex BA 5D 6 0 32 61 1B 1D 5E 26
Octal 272 135 6 0 62 141 33 35 136 46
Binary 10111010 1011101 110 0 110010 1100001 11011 11101 1011110 100110

Color Harmonies of #BA5D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D06

Black with #BA5D06

Text Example


Text Example

White with #BA5D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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