Html Css Color HEX #BE540D Tenne (Tawny)

📋 copy color: '#BE540D'

red 190 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #BE540D

Tints of Tenne (Tawny) #BE540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 66.2%
G = 29.27%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE540D (or 0xBE540D) is known color: Tenne (Tawny). HEX triplet: BE, 54 and 0D. RGB value is (190,84,13). Sum of RGB (Red+Green+Blue) = 190+84+13=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE540D is #41ABF2. Grayscale: #6B6B6B. Windows color (decimal): -4303859 or 873662. OLE color: 873662.

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

Color convert

RGB 190 84 13 -
CMYK 0 0.56 0.93 0.25
HSL 24.07º 0.87% 0.4% -
HSV(B) 24.07º 0.93% 0.75% -
XYZ 24.48 17.32 2.43 -
YUV 107.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 190 84 13 0 0.56 0.93 0.25 24.07 0.87 0.4
Hex BE 54 D 0 38 5D 19 18 57 28
Octal 276 124 15 0 70 135 31 30 127 50
Binary 10111110 1010100 1101 0 111000 1011101 11001 11000 1010111 101000

Color Harmonies of #BE540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE540D

Black with #BE540D

Text Example


Text Example

White with #BE540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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