Html Css Color HEX #BA650C Tenne (Tawny)

📋 copy color: '#BA650C'

red 186 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #BA650C

Tints of Tenne (Tawny) #BA650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 62.21%
G = 33.78%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA650C (or 0xBA650C) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 0C. RGB value is (186,101,12). Sum of RGB (Red+Green+Blue) = 186+101+12=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA650C is #459AF3. Grayscale: #747474. Windows color (decimal): -4561652 or 812474. OLE color: 812474.

HSL color Cylindrical-coordinate representation of color #BA650C: hue angle of 30.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA650C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 101 12 -
CMYK 0 0.46 0.94 0.27
HSL 30.69º 0.88% 0.39% -
HSV(B) 30.69º 0.94% 0.73% -
XYZ 24.97 19.77 2.85 -
YUV 116.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 186 101 12 0 0.46 0.94 0.27 30.69 0.88 0.39
Hex BA 65 C 0 2E 5E 1B 1F 58 27
Octal 272 145 14 0 56 136 33 37 130 47
Binary 10111010 1100101 1100 0 101110 1011110 11011 11111 1011000 100111

Color Harmonies of #BA650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA650C

Black with #BA650C

Text Example


Text Example

White with #BA650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA650C; }

 p { color: rgb(186,101,12); }

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

background-color css

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

 a { background-color: rgb(186,101,12); }

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

border-color css

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

 span { border-color: rgb(186,101,12); }

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