Html Css Color HEX #BA5E0B Tenne (Tawny)

📋 copy color: '#BA5E0B'

red 186 ◦ green 94 ◦ blue 11

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

Shades of Tenne (Tawny) #BA5E0B

Tints of Tenne (Tawny) #BA5E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 11 (4.69% from 255) = 3.78%

R = 63.92%
G = 32.3%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA5E0B (or 0xBA5E0B) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 0B. RGB value is (186,94,11). Sum of RGB (Red+Green+Blue) = 186+94+11=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E0B is #45A1F4. Grayscale: #707070. Windows color (decimal): -4563445 or 745146. OLE color: 745146.

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

Color convert

RGB 186 94 11 -
CMYK 0 0.49 0.94 0.27
HSL 28.46º 0.89% 0.39% -
HSV(B) 28.46º 0.94% 0.73% -
XYZ 24.31 18.47 2.6 -
YUV 112.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 186 94 11 0 0.49 0.94 0.27 28.46 0.89 0.39
Hex BA 5E B 0 31 5E 1B 1C 59 27
Octal 272 136 13 0 61 136 33 34 131 47
Binary 10111010 1011110 1011 0 110001 1011110 11011 11100 1011001 100111

Color Harmonies of #BA5E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E0B

Black with #BA5E0B

Text Example


Text Example

White with #BA5E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E0B; }

 p { color: rgb(186,94,11); }

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

background-color css

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

 a { background-color: rgb(186,94,11); }

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

border-color css

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

 span { border-color: rgb(186,94,11); }

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