Html Css Color HEX #BA5F02 Tenne (Tawny)

📋 copy color: '#BA5F02'

red 186 ◦ green 95 ◦ blue 2

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

Shades of Tenne (Tawny) #BA5F02

Tints of Tenne (Tawny) #BA5F02

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

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

R = 65.72%
G = 33.57%
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

#BA5F02 (or 0xBA5F02) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 02. RGB value is (186,95,2). Sum of RGB (Red+Green+Blue) = 186+95+2=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F02 is #45A0FD. Grayscale: #707070. Windows color (decimal): -4563198 or 155578. OLE color: 155578.

HSL color Cylindrical-coordinate representation of color #BA5F02: hue angle of 30.33º 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 #BA5F02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 2 -
CMYK 0 0.49 0.99 0.27
HSL 30.33º 0.98% 0.37% -
HSV(B) 30.33º 0.99% 0.73% -
XYZ 24.35 18.63 2.37 -
YUV 111.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 186 95 2 0 0.49 0.99 0.27 30.33 0.98 0.37
Hex BA 5F 2 0 31 63 1B 1E 62 25
Octal 272 137 2 0 61 143 33 36 142 45
Binary 10111010 1011111 10 0 110001 1100011 11011 11110 1100010 100101

Color Harmonies of #BA5F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F02

Black with #BA5F02

Text Example


Text Example

White with #BA5F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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