Html Css Color HEX #BE6546 Flame Pea

📋 copy color: '#BE6546'

red 190 ◦ green 101 ◦ blue 70

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

Shades of Flame Pea #BE6546

Tints of Flame Pea #BE6546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 52.63%
G = 27.98%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE6546 (or 0xBE6546) is known color: Flame Pea. HEX triplet: BE, 65 and 46. RGB value is (190,101,70). Sum of RGB (Red+Green+Blue) = 190+101+70=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6546 is #419AB9. Grayscale: #7C7C7C. Windows color (decimal): -4299450 or 4613566. OLE color: 4613566.

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

Color convert

RGB 190 101 70 -
CMYK 0 0.47 0.63 0.25
HSL 15.5º 0.48% 0.51% -
HSV(B) 15.5º 0.63% 0.75% -
XYZ 26.99 20.7 8.37 -
YUV 124.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 190 101 70 0 0.47 0.63 0.25 15.5 0.48 0.51
Hex BE 65 46 0 2F 3F 19 10 30 33
Octal 276 145 106 0 57 77 31 20 60 63
Binary 10111110 1100101 1000110 0 101111 111111 11001 10000 110000 110011

Color Harmonies of #BE6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6546

Black with #BE6546

Text Example


Text Example

White with #BE6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6546; }

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

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

background-color css

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

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

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

border-color css

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

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

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