Html Css Color HEX #BA5F03 Tenne (Tawny)

📋 copy color: '#BA5F03'

red 186 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5F03

Tints of Tenne (Tawny) #BA5F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 65.49%
G = 33.45%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5F03 (or 0xBA5F03) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 03. RGB value is (186,95,3). Sum of RGB (Red+Green+Blue) = 186+95+3=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F03 is #45A0FC. Grayscale: #707070. Windows color (decimal): -4563197 or 221114. OLE color: 221114.

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

Color convert

RGB 186 95 3 -
CMYK 0 0.49 0.98 0.27
HSL 30.16º 0.97% 0.37% -
HSV(B) 30.16º 0.98% 0.73% -
XYZ 24.36 18.63 2.4 -
YUV 111.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 186 95 3 0 0.49 0.98 0.27 30.16 0.97 0.37
Hex BA 5F 3 0 31 62 1B 1E 61 25
Octal 272 137 3 0 61 142 33 36 141 45
Binary 10111010 1011111 11 0 110001 1100010 11011 11110 1100001 100101

Color Harmonies of #BA5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F03

Black with #BA5F03

Text Example


Text Example

White with #BA5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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