Html Css Color HEX #BE5F42 Flame Pea

📋 copy color: '#BE5F42'

red 190 ◦ green 95 ◦ blue 66

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

Shades of Flame Pea #BE5F42

Tints of Flame Pea #BE5F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 54.13%
G = 27.07%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE5F42 (or 0xBE5F42) is known color: Flame Pea. HEX triplet: BE, 5F and 42. RGB value is (190,95,66). Sum of RGB (Red+Green+Blue) = 190+95+66=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5F42 is #41A0BD. Grayscale: #787878. Windows color (decimal): -4300990 or 4349886. OLE color: 4349886.

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

Color convert

RGB 190 95 66 -
CMYK 0 0.5 0.65 0.25
HSL 14.03º 0.49% 0.5% -
HSV(B) 14.03º 0.65% 0.75% -
XYZ 26.31 19.52 7.54 -
YUV 120.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 190 95 66 0 0.5 0.65 0.25 14.03 0.49 0.5
Hex BE 5F 42 0 32 41 19 E 31 32
Octal 276 137 102 0 62 101 31 16 61 62
Binary 10111110 1011111 1000010 0 110010 1000001 11001 1110 110001 110010

Color Harmonies of #BE5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5F42

Black with #BE5F42

Text Example


Text Example

White with #BE5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5F42; }

 p { color: rgb(190,95,66); }

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

background-color css

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

 a { background-color: rgb(190,95,66); }

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

border-color css

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

 span { border-color: rgb(190,95,66); }

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