Html Css Color HEX #BE5529 Fiery Orange

📋 copy color: '#BE5529'

red 190 ◦ green 85 ◦ blue 41

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

Shades of Fiery Orange #BE5529

Tints of Fiery Orange #BE5529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 60.13%
G = 26.9%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE5529 (or 0xBE5529) is known color: Fiery Orange. HEX triplet: BE, 55 and 29. RGB value is (190,85,41). Sum of RGB (Red+Green+Blue) = 190+85+41=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5529 is #41AAD6. Grayscale: #6F6F6F. Windows color (decimal): -4303575 or 2708926. OLE color: 2708926.

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

Color convert

RGB 190 85 41 -
CMYK 0 0.55 0.78 0.25
HSL 17.72º 0.65% 0.45% -
HSV(B) 17.72º 0.78% 0.75% -
XYZ 24.88 17.6 4.18 -
YUV 111.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 190 85 41 0 0.55 0.78 0.25 17.72 0.65 0.45
Hex BE 55 29 0 37 4E 19 12 41 2D
Octal 276 125 51 0 67 116 31 22 101 55
Binary 10111110 1010101 101001 0 110111 1001110 11001 10010 1000001 101101

Color Harmonies of #BE5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5529

Black with #BE5529

Text Example


Text Example

White with #BE5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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