Html Css Color HEX #BE540F Tenne (Tawny)

📋 copy color: '#BE540F'

red 190 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #BE540F

Tints of Tenne (Tawny) #BE540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 65.74%
G = 29.07%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE540F (or 0xBE540F) is known color: Tenne (Tawny). HEX triplet: BE, 54 and 0F. RGB value is (190,84,15). Sum of RGB (Red+Green+Blue) = 190+84+15=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE540F is #41ABF0. Grayscale: #6C6C6C. Windows color (decimal): -4303857 or 1004734. OLE color: 1004734.

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

Color convert

RGB 190 84 15 -
CMYK 0 0.56 0.92 0.25
HSL 23.66º 0.85% 0.4% -
HSV(B) 23.66º 0.92% 0.75% -
XYZ 24.49 17.32 2.5 -
YUV 107.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 190 84 15 0 0.56 0.92 0.25 23.66 0.85 0.4
Hex BE 54 F 0 38 5C 19 18 55 28
Octal 276 124 17 0 70 134 31 30 125 50
Binary 10111110 1010100 1111 0 111000 1011100 11001 11000 1010101 101000

Color Harmonies of #BE540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE540F

Black with #BE540F

Text Example


Text Example

White with #BE540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE540F; }

 p { color: rgb(190,84,15); }

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

background-color css

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

 a { background-color: rgb(190,84,15); }

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

border-color css

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

 span { border-color: rgb(190,84,15); }

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