Html Css Color HEX #BE6544 Flame Pea

📋 copy color: '#BE6544'

red 190 ◦ green 101 ◦ blue 68

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

Shades of Flame Pea #BE6544

Tints of Flame Pea #BE6544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 52.92%
G = 28.13%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6544 (or 0xBE6544) is known color: Flame Pea. HEX triplet: BE, 65 and 44. RGB value is (190,101,68). Sum of RGB (Red+Green+Blue) = 190+101+68=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6544 is #419ABB. Grayscale: #7C7C7C. Windows color (decimal): -4299452 or 4482494. OLE color: 4482494.

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

Color convert

RGB 190 101 68 -
CMYK 0 0.47 0.64 0.25
HSL 16.23º 0.48% 0.51% -
HSV(B) 16.23º 0.64% 0.75% -
XYZ 26.93 20.67 8.04 -
YUV 123.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 190 101 68 0 0.47 0.64 0.25 16.23 0.48 0.51
Hex BE 65 44 0 2F 40 19 10 30 33
Octal 276 145 104 0 57 100 31 20 60 63
Binary 10111110 1100101 1000100 0 101111 1000000 11001 10000 110000 110011

Color Harmonies of #BE6544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6544

Black with #BE6544

Text Example


Text Example

White with #BE6544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6544; }

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

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

background-color css

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

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

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

border-color css

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

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

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