Html Css Color HEX #BE6548 Flame Pea

📋 copy color: '#BE6548'

red 190 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #BE6548

Tints of Flame Pea #BE6548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 52.34%
G = 27.82%
B = 19.83%

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

#BE6548 (or 0xBE6548) is known color: Flame Pea. HEX triplet: BE, 65 and 48. RGB value is (190,101,72). Sum of RGB (Red+Green+Blue) = 190+101+72=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6548 is #419AB7. Grayscale: #7C7C7C. Windows color (decimal): -4299448 or 4744638. OLE color: 4744638.

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

Color convert

RGB 190 101 72 -
CMYK 0 0.47 0.62 0.25
HSL 14.75º 0.48% 0.51% -
HSV(B) 14.75º 0.62% 0.75% -
XYZ 27.06 20.72 8.7 -
YUV 124.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 190 101 72 0 0.47 0.62 0.25 14.75 0.48 0.51
Hex BE 65 48 0 2F 3E 19 F 30 33
Octal 276 145 110 0 57 76 31 17 60 63
Binary 10111110 1100101 1001000 0 101111 111110 11001 1111 110000 110011

Color Harmonies of #BE6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6548

Black with #BE6548

Text Example


Text Example

White with #BE6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6548; }

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

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

background-color css

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

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

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

border-color css

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

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

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