Html Css Color HEX #BE550F Tenne (Tawny)

📋 copy color: '#BE550F'

red 190 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #BE550F

Tints of Tenne (Tawny) #BE550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 65.52%
G = 29.31%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE550F (or 0xBE550F) is known color: Tenne (Tawny). HEX triplet: BE, 55 and 0F. RGB value is (190,85,15). Sum of RGB (Red+Green+Blue) = 190+85+15=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE550F is #41AAF0. Grayscale: #6C6C6C. Windows color (decimal): -4303601 or 1004990. OLE color: 1004990.

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

Color convert

RGB 190 85 15 -
CMYK 0 0.55 0.92 0.25
HSL 24º 0.85% 0.4% -
HSV(B) 24º 0.92% 0.75% -
XYZ 24.57 17.48 2.53 -
YUV 108.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 190 85 15 0 0.55 0.92 0.25 24 0.85 0.4
Hex BE 55 F 0 37 5C 19 18 55 28
Octal 276 125 17 0 67 134 31 30 125 50
Binary 10111110 1010101 1111 0 110111 1011100 11001 11000 1010101 101000

Color Harmonies of #BE550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE550F

Black with #BE550F

Text Example


Text Example

White with #BE550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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