Html Css Color HEX #BA5308 Tenne (Tawny)

📋 copy color: '#BA5308'

red 186 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #BA5308

Tints of Tenne (Tawny) #BA5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 67.15%
G = 29.96%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5308 (or 0xBA5308) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 08. RGB value is (186,83,8). Sum of RGB (Red+Green+Blue) = 186+83+8=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5308 is #45ACF7. Grayscale: #696969. Windows color (decimal): -4566264 or 545722. OLE color: 545722.

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

Color convert

RGB 186 83 8 -
CMYK 0 0.55 0.96 0.27
HSL 25.28º 0.92% 0.38% -
HSV(B) 25.28º 0.96% 0.73% -
XYZ 23.39 16.64 2.21 -
YUV 105.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 186 83 8 0 0.55 0.96 0.27 25.28 0.92 0.38
Hex BA 53 8 0 37 60 1B 19 5C 26
Octal 272 123 10 0 67 140 33 31 134 46
Binary 10111010 1010011 1000 0 110111 1100000 11011 11001 1011100 100110

Color Harmonies of #BA5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5308

Black with #BA5308

Text Example


Text Example

White with #BA5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5308; }

 p { color: rgb(186,83,8); }

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

background-color css

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

 a { background-color: rgb(186,83,8); }

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

border-color css

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

 span { border-color: rgb(186,83,8); }

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