Html Css Color HEX #BE6746 Flame Pea

📋 copy color: '#BE6746'

red 190 ◦ green 103 ◦ blue 70

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

Shades of Flame Pea #BE6746

Tints of Flame Pea #BE6746

RGB

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

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

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

R = 52.34%
G = 28.37%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE6746 (or 0xBE6746) is known color: Flame Pea. HEX triplet: BE, 67 and 46. RGB value is (190,103,70). Sum of RGB (Red+Green+Blue) = 190+103+70=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6746 is #4198B9. Grayscale: #7D7D7D. Windows color (decimal): -4298938 or 4614078. OLE color: 4614078.

HSL color Cylindrical-coordinate representation of color #BE6746: hue angle of 16.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 #BE6746 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 103 70 -
CMYK 0 0.46 0.63 0.25
HSL 16.5º 0.48% 0.51% -
HSV(B) 16.5º 0.63% 0.75% -
XYZ 27.19 21.09 8.43 -
YUV 125.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 190 103 70 0 0.46 0.63 0.25 16.5 0.48 0.51
Hex BE 67 46 0 2E 3F 19 10 30 33
Octal 276 147 106 0 56 77 31 20 60 63
Binary 10111110 1100111 1000110 0 101110 111111 11001 10000 110000 110011

Color Harmonies of #BE6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6746

Black with #BE6746

Text Example


Text Example

White with #BE6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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