Html Css Color HEX #BE6549 Flame Pea

📋 copy color: '#BE6549'

red 190 ◦ green 101 ◦ blue 73

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

Shades of Flame Pea #BE6549

Tints of Flame Pea #BE6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 52.2%
G = 27.75%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE6549 (or 0xBE6549) is known color: Flame Pea. HEX triplet: BE, 65 and 49. RGB value is (190,101,73). Sum of RGB (Red+Green+Blue) = 190+101+73=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6549 is #419AB6. Grayscale: #7C7C7C. Windows color (decimal): -4299447 or 4810174. OLE color: 4810174.

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

Color convert

RGB 190 101 73 -
CMYK 0 0.47 0.62 0.25
HSL 14.36º 0.47% 0.52% -
HSV(B) 14.36º 0.62% 0.75% -
XYZ 27.09 20.74 8.88 -
YUV 124.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 190 101 73 0 0.47 0.62 0.25 14.36 0.47 0.52
Hex BE 65 49 0 2F 3E 19 E 2F 34
Octal 276 145 111 0 57 76 31 16 57 64
Binary 10111110 1100101 1001001 0 101111 111110 11001 1110 101111 110100

Color Harmonies of #BE6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6549

Black with #BE6549

Text Example


Text Example

White with #BE6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6549; }

 p { color: rgb(190,101,73); }

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

background-color css

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

 a { background-color: rgb(190,101,73); }

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

border-color css

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

 span { border-color: rgb(190,101,73); }

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