Html Css Color HEX #BE551F Fiery Orange

📋 copy color: '#BE551F'

red 190 ◦ green 85 ◦ blue 31

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

Shades of Fiery Orange #BE551F

Tints of Fiery Orange #BE551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 62.09%
G = 27.78%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE551F (or 0xBE551F) is known color: Fiery Orange. HEX triplet: BE, 55 and 1F. RGB value is (190,85,31). Sum of RGB (Red+Green+Blue) = 190+85+31=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE551F is #41AAE0. Grayscale: #6E6E6E. Windows color (decimal): -4303585 or 2053566. OLE color: 2053566.

HSL color Cylindrical-coordinate representation of color #BE551F: hue angle of 20.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE551F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 31 -
CMYK 0 0.55 0.84 0.25
HSL 20.38º 0.72% 0.43% -
HSV(B) 20.38º 0.84% 0.75% -
XYZ 24.73 17.54 3.38 -
YUV 110.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 190 85 31 0 0.55 0.84 0.25 20.38 0.72 0.43
Hex BE 55 1F 0 37 54 19 14 48 2B
Octal 276 125 37 0 67 124 31 24 110 53
Binary 10111110 1010101 11111 0 110111 1010100 11001 10100 1001000 101011

Color Harmonies of #BE551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE551F

Black with #BE551F

Text Example


Text Example

White with #BE551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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