Html Css Color HEX #BA5E02 Tenne (Tawny)

📋 copy color: '#BA5E02'

red 186 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #BA5E02

Tints of Tenne (Tawny) #BA5E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 65.96%
G = 33.33%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA5E02 (or 0xBA5E02) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 02. RGB value is (186,94,2). Sum of RGB (Red+Green+Blue) = 186+94+2=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E02 is #45A1FD. Grayscale: #6F6F6F. Windows color (decimal): -4563454 or 155322. OLE color: 155322.

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

Color convert

RGB 186 94 2 -
CMYK 0 0.49 0.99 0.27
HSL 30º 0.98% 0.37% -
HSV(B) 30º 0.99% 0.73% -
XYZ 24.26 18.45 2.34 -
YUV 111.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 186 94 2 0 0.49 0.99 0.27 30 0.98 0.37
Hex BA 5E 2 0 31 63 1B 1E 62 25
Octal 272 136 2 0 61 143 33 36 142 45
Binary 10111010 1011110 10 0 110001 1100011 11011 11110 1100010 100101

Color Harmonies of #BA5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E02

Black with #BA5E02

Text Example


Text Example

White with #BA5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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