Html Css Color HEX #BA5807 Tenne (Tawny)

📋 copy color: '#BA5807'

red 186 ◦ green 88 ◦ blue 7

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

Shades of Tenne (Tawny) #BA5807

Tints of Tenne (Tawny) #BA5807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 66.19%
G = 31.32%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA5807 (or 0xBA5807) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 07. RGB value is (186,88,7). Sum of RGB (Red+Green+Blue) = 186+88+7=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5807 is #45A7F8. Grayscale: #6C6C6C. Windows color (decimal): -4564985 or 481466. OLE color: 481466.

HSL color Cylindrical-coordinate representation of color #BA5807: hue angle of 27.15º degrees, saturation: 0.93, 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 #BA5807 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 7 -
CMYK 0 0.53 0.96 0.27
HSL 27.15º 0.93% 0.38% -
HSV(B) 27.15º 0.96% 0.73% -
XYZ 23.78 17.43 2.31 -
YUV 108.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 186 88 7 0 0.53 0.96 0.27 27.15 0.93 0.38
Hex BA 58 7 0 35 60 1B 1B 5D 26
Octal 272 130 7 0 65 140 33 33 135 46
Binary 10111010 1011000 111 0 110101 1100000 11011 11011 1011101 100110

Color Harmonies of #BA5807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5807

Black with #BA5807

Text Example


Text Example

White with #BA5807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5807; }

 p { color: rgb(186,88,7); }

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

background-color css

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

 a { background-color: rgb(186,88,7); }

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

border-color css

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

 span { border-color: rgb(186,88,7); }

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