Html Css Color HEX #BE540B Tenne (Tawny)

📋 copy color: '#BE540B'

red 190 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #BE540B

Tints of Tenne (Tawny) #BE540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 66.67%
G = 29.47%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE540B (or 0xBE540B) is known color: Tenne (Tawny). HEX triplet: BE, 54 and 0B. RGB value is (190,84,11). Sum of RGB (Red+Green+Blue) = 190+84+11=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE540B is #41ABF4. Grayscale: #6B6B6B. Windows color (decimal): -4303861 or 742590. OLE color: 742590.

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

Color convert

RGB 190 84 11 -
CMYK 0 0.56 0.94 0.25
HSL 24.47º 0.89% 0.39% -
HSV(B) 24.47º 0.94% 0.75% -
XYZ 24.47 17.31 2.37 -
YUV 107.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 190 84 11 0 0.56 0.94 0.25 24.47 0.89 0.39
Hex BE 54 B 0 38 5E 19 18 59 27
Octal 276 124 13 0 70 136 31 30 131 47
Binary 10111110 1010100 1011 0 111000 1011110 11001 11000 1011001 100111

Color Harmonies of #BE540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE540B

Black with #BE540B

Text Example


Text Example

White with #BE540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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