Html Css Color HEX #BE674C Flame Pea

📋 copy color: '#BE674C'

red 190 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #BE674C

Tints of Flame Pea #BE674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 51.49%
G = 27.91%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE674C (or 0xBE674C) is known color: Flame Pea. HEX triplet: BE, 67 and 4C. RGB value is (190,103,76). Sum of RGB (Red+Green+Blue) = 190+103+76=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE674C is #4198B3. Grayscale: #7E7E7E. Windows color (decimal): -4298932 or 5007294. OLE color: 5007294.

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

Color convert

RGB 190 103 76 -
CMYK 0 0.46 0.60 0.25
HSL 14.21º 0.47% 0.52% -
HSV(B) 14.21º 0.6% 0.75% -
XYZ 27.39 21.17 9.48 -
YUV 125.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 190 103 76 0 0.46 0.60 0.25 14.21 0.47 0.52
Hex BE 67 4C 0 2E 3C 19 E 2F 34
Octal 276 147 114 0 56 74 31 16 57 64
Binary 10111110 1100111 1001100 0 101110 111100 11001 1110 101111 110100

Color Harmonies of #BE674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE674C

Black with #BE674C

Text Example


Text Example

White with #BE674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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