Html Css Color HEX #BE5C10 Tenne (Tawny)

📋 copy color: '#BE5C10'

red 190 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #BE5C10

Tints of Tenne (Tawny) #BE5C10

RGB

 RED value IS 190 (74.61% from 255) = 63.76%

 GREEN value IS 92 (36.33% from 255) = 30.87%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 63.76%
G = 30.87%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE5C10 (or 0xBE5C10) is known color: Tenne (Tawny). HEX triplet: BE, 5C and 10. RGB value is (190,92,16). Sum of RGB (Red+Green+Blue) = 190+92+16=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5C10 is #41A3EF. Grayscale: #717171. Windows color (decimal): -4301808 or 1072318. OLE color: 1072318.

HSL color Cylindrical-coordinate representation of color #BE5C10: hue angle of 26.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE5C10 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 16 -
CMYK 0 0.52 0.92 0.25
HSL 26.21º 0.84% 0.4% -
HSV(B) 26.21º 0.92% 0.75% -
XYZ 25.16 18.64 2.76 -
YUV 112.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 190 92 16 0 0.52 0.92 0.25 26.21 0.84 0.4
Hex BE 5C 10 0 34 5C 19 1A 54 28
Octal 276 134 20 0 64 134 31 32 124 50
Binary 10111110 1011100 10000 0 110100 1011100 11001 11010 1010100 101000

Color Harmonies of #BE5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C10

Black with #BE5C10

Text Example


Text Example

White with #BE5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C10; }

 p { color: rgb(190,92,16); }

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

background-color css

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

 a { background-color: rgb(190,92,16); }

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

border-color css

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

 span { border-color: rgb(190,92,16); }

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