Html Css Color HEX #BE603F Flame Pea

📋 copy color: '#BE603F'

red 190 ◦ green 96 ◦ blue 63

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

Shades of Flame Pea #BE603F

Tints of Flame Pea #BE603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 54.44%
G = 27.51%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE603F (or 0xBE603F) is known color: Flame Pea. HEX triplet: BE, 60 and 3F. RGB value is (190,96,63). Sum of RGB (Red+Green+Blue) = 190+96+63=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE603F is #419FC0. Grayscale: #787878. Windows color (decimal): -4300737 or 4153534. OLE color: 4153534.

HSL color Cylindrical-coordinate representation of color #BE603F: hue angle of 15.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE603F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 96 63 -
CMYK 0 0.49 0.67 0.25
HSL 15.59º 0.5% 0.5% -
HSV(B) 15.59º 0.67% 0.75% -
XYZ 26.32 19.67 7.11 -
YUV 120.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 190 96 63 0 0.49 0.67 0.25 15.59 0.5 0.5
Hex BE 60 3F 0 31 43 19 10 32 32
Octal 276 140 77 0 61 103 31 20 62 62
Binary 10111110 1100000 111111 0 110001 1000011 11001 10000 110010 110010

Color Harmonies of #BE603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE603F

Black with #BE603F

Text Example


Text Example

White with #BE603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE603F; }

 p { color: rgb(190,96,63); }

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

background-color css

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

 a { background-color: rgb(190,96,63); }

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

border-color css

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

 span { border-color: rgb(190,96,63); }

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