Html Css Color HEX #BA6302 Tenne (Tawny)

📋 copy color: '#BA6302'

red 186 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #BA6302

Tints of Tenne (Tawny) #BA6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 64.81%
G = 34.49%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6302 (or 0xBA6302) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 02. RGB value is (186,99,2). Sum of RGB (Red+Green+Blue) = 186+99+2=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6302 is #459CFD. Grayscale: #727272. Windows color (decimal): -4562174 or 156602. OLE color: 156602.

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

Color convert

RGB 186 99 2 -
CMYK 0 0.47 0.99 0.27
HSL 31.63º 0.98% 0.37% -
HSV(B) 31.63º 0.99% 0.73% -
XYZ 24.72 19.37 2.49 -
YUV 113.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 186 99 2 0 0.47 0.99 0.27 31.63 0.98 0.37
Hex BA 63 2 0 2F 63 1B 20 62 25
Octal 272 143 2 0 57 143 33 40 142 45
Binary 10111010 1100011 10 0 101111 1100011 11011 100000 1100010 100101

Color Harmonies of #BA6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6302

Black with #BA6302

Text Example


Text Example

White with #BA6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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