Html Css Color HEX #BE520C Tenne (Tawny)

📋 copy color: '#BE520C'

red 190 ◦ green 82 ◦ blue 12

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

Shades of Tenne (Tawny) #BE520C

Tints of Tenne (Tawny) #BE520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 66.9%
G = 28.87%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE520C (or 0xBE520C) is known color: Tenne (Tawny). HEX triplet: BE, 52 and 0C. RGB value is (190,82,12). Sum of RGB (Red+Green+Blue) = 190+82+12=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE520C is #41ADF3. Grayscale: #6A6A6A. Windows color (decimal): -4304372 or 807614. OLE color: 807614.

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

Color convert

RGB 190 82 12 -
CMYK 0 0.57 0.94 0.25
HSL 23.6º 0.88% 0.4% -
HSV(B) 23.6º 0.94% 0.75% -
XYZ 24.32 17.01 2.35 -
YUV 106.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 190 82 12 0 0.57 0.94 0.25 23.6 0.88 0.4
Hex BE 52 C 0 39 5E 19 18 58 28
Octal 276 122 14 0 71 136 31 30 130 50
Binary 10111110 1010010 1100 0 111001 1011110 11001 11000 1011000 101000

Color Harmonies of #BE520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE520C

Black with #BE520C

Text Example


Text Example

White with #BE520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE520C; }

 p { color: rgb(190,82,12); }

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

background-color css

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

 a { background-color: rgb(190,82,12); }

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

border-color css

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

 span { border-color: rgb(190,82,12); }

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