Html Css Color HEX #BE674E Flame Pea

📋 copy color: '#BE674E'

red 190 ◦ green 103 ◦ blue 78

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

Shades of Flame Pea #BE674E

Tints of Flame Pea #BE674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 51.21%
G = 27.76%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE674E (or 0xBE674E) is known color: Flame Pea. HEX triplet: BE, 67 and 4E. RGB value is (190,103,78). Sum of RGB (Red+Green+Blue) = 190+103+78=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE674E is #4198B1. Grayscale: #7E7E7E. Windows color (decimal): -4298930 or 5138366. OLE color: 5138366.

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

Color convert

RGB 190 103 78 -
CMYK 0 0.46 0.59 0.25
HSL 13.39º 0.46% 0.53% -
HSV(B) 13.39º 0.59% 0.75% -
XYZ 27.46 21.2 9.85 -
YUV 126.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 190 103 78 0 0.46 0.59 0.25 13.39 0.46 0.53
Hex BE 67 4E 0 2E 3B 19 D 2E 35
Octal 276 147 116 0 56 73 31 15 56 65
Binary 10111110 1100111 1001110 0 101110 111011 11001 1101 101110 110101

Color Harmonies of #BE674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE674E

Black with #BE674E

Text Example


Text Example

White with #BE674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE674E; }

 p { color: rgb(190,103,78); }

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

background-color css

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

 a { background-color: rgb(190,103,78); }

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

border-color css

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

 span { border-color: rgb(190,103,78); }

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