Html Css Color HEX #BE624A Flame Pea

📋 copy color: '#BE624A'

red 190 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #BE624A

Tints of Flame Pea #BE624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 52.49%
G = 27.07%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE624A (or 0xBE624A) is known color: Flame Pea. HEX triplet: BE, 62 and 4A. RGB value is (190,98,74). Sum of RGB (Red+Green+Blue) = 190+98+74=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE624A is #419DB5. Grayscale: #7A7A7A. Windows color (decimal): -4300214 or 4874942. OLE color: 4874942.

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

Color convert

RGB 190 98 74 -
CMYK 0 0.48 0.61 0.25
HSL 12.41º 0.47% 0.52% -
HSV(B) 12.41º 0.61% 0.75% -
XYZ 26.84 20.18 8.96 -
YUV 122.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 190 98 74 0 0.48 0.61 0.25 12.41 0.47 0.52
Hex BE 62 4A 0 30 3D 19 C 2F 34
Octal 276 142 112 0 60 75 31 14 57 64
Binary 10111110 1100010 1001010 0 110000 111101 11001 1100 101111 110100

Color Harmonies of #BE624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE624A

Black with #BE624A

Text Example


Text Example

White with #BE624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE624A; }

 p { color: rgb(190,98,74); }

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

background-color css

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

 a { background-color: rgb(190,98,74); }

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

border-color css

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

 span { border-color: rgb(190,98,74); }

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