Html Css Color HEX #BE593C Flame Pea

📋 copy color: '#BE593C'

red 190 ◦ green 89 ◦ blue 60

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

Shades of Flame Pea #BE593C

Tints of Flame Pea #BE593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 56.05%
G = 26.25%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE593C (or 0xBE593C) is known color: Flame Pea. HEX triplet: BE, 59 and 3C. RGB value is (190,89,60). Sum of RGB (Red+Green+Blue) = 190+89+60=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE593C is #41A6C3. Grayscale: #747474. Windows color (decimal): -4302532 or 3955134. OLE color: 3955134.

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

Color convert

RGB 190 89 60 -
CMYK 0 0.53 0.68 0.25
HSL 13.38º 0.52% 0.49% -
HSV(B) 13.38º 0.68% 0.75% -
XYZ 25.62 18.42 6.48 -
YUV 115.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 190 89 60 0 0.53 0.68 0.25 13.38 0.52 0.49
Hex BE 59 3C 0 35 44 19 D 34 31
Octal 276 131 74 0 65 104 31 15 64 61
Binary 10111110 1011001 111100 0 110101 1000100 11001 1101 110100 110001

Color Harmonies of #BE593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE593C

Black with #BE593C

Text Example


Text Example

White with #BE593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE593C; }

 p { color: rgb(190,89,60); }

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

background-color css

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

 a { background-color: rgb(190,89,60); }

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

border-color css

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

 span { border-color: rgb(190,89,60); }

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