Html Css Color HEX #BE5600 Tenne (Tawny)

📋 copy color: '#BE5600'

red 190 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #BE5600

Tints of Tenne (Tawny) #BE5600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.84%
G = 31.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE5600 (or 0xBE5600) is known color: Tenne (Tawny). HEX triplet: BE, 56 and 00. RGB value is (190,86,0). Sum of RGB (Red+Green+Blue) = 190+86+0=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5600 is #41A9FF. Grayscale: #6B6B6B. Windows color (decimal): -4303360 or 22206. OLE color: 22206.

HSL color Cylindrical-coordinate representation of color #BE5600: hue angle of 27.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE5600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 0 -
CMYK 0 0.55 1 0.25
HSL 27.16º 1% 0.37% -
HSV(B) 27.16º 1% 0.75% -
XYZ 24.56 17.6 2.1 -
YUV 107.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 190 86 0 0 0.55 1 0.25 27.16 1 0.37
Hex BE 56 0 0 37 64 19 1B 64 25
Octal 276 126 0 0 67 144 31 33 144 45
Binary 10111110 1010110 0 0 110111 1100100 11001 11011 1100100 100101

Color Harmonies of #BE5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5600

Black with #BE5600

Text Example


Text Example

White with #BE5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5600; }

 p { color: rgb(190,86,0); }

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

background-color css

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

 a { background-color: rgb(190,86,0); }

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

border-color css

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

 span { border-color: rgb(190,86,0); }

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