Html Css Color HEX #BE604D Flame Pea

📋 copy color: '#BE604D'

red 190 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #BE604D

Tints of Flame Pea #BE604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 52.34%
G = 26.45%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE604D (or 0xBE604D) is known color: Flame Pea. HEX triplet: BE, 60 and 4D. RGB value is (190,96,77). Sum of RGB (Red+Green+Blue) = 190+96+77=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE604D is #419FB2. Grayscale: #7A7A7A. Windows color (decimal): -4300723 or 5071038. OLE color: 5071038.

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

Color convert

RGB 190 96 77 -
CMYK 0 0.49 0.59 0.25
HSL 10.09º 0.47% 0.52% -
HSV(B) 10.09º 0.59% 0.75% -
XYZ 26.76 19.85 9.44 -
YUV 121.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 190 96 77 0 0.49 0.59 0.25 10.09 0.47 0.52
Hex BE 60 4D 0 31 3B 19 A 2F 34
Octal 276 140 115 0 61 73 31 12 57 64
Binary 10111110 1100000 1001101 0 110001 111011 11001 1010 101111 110100

Color Harmonies of #BE604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE604D

Black with #BE604D

Text Example


Text Example

White with #BE604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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