Html Css Color HEX #BE5510 Tenne (Tawny)

📋 copy color: '#BE5510'

red 190 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #BE5510

Tints of Tenne (Tawny) #BE5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 65.29%
G = 29.21%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE5510 (or 0xBE5510) is known color: Tenne (Tawny). HEX triplet: BE, 55 and 10. RGB value is (190,85,16). Sum of RGB (Red+Green+Blue) = 190+85+16=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5510 is #41AAEF. Grayscale: #6C6C6C. Windows color (decimal): -4303600 or 1070526. OLE color: 1070526.

HSL color Cylindrical-coordinate representation of color #BE5510: hue angle of 23.79º 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 #BE5510 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 16 -
CMYK 0 0.55 0.92 0.25
HSL 23.79º 0.84% 0.4% -
HSV(B) 23.79º 0.92% 0.75% -
XYZ 24.58 17.48 2.57 -
YUV 108.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 190 85 16 0 0.55 0.92 0.25 23.79 0.84 0.4
Hex BE 55 10 0 37 5C 19 18 54 28
Octal 276 125 20 0 67 134 31 30 124 50
Binary 10111110 1010101 10000 0 110111 1011100 11001 11000 1010100 101000

Color Harmonies of #BE5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5510

Black with #BE5510

Text Example


Text Example

White with #BE5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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