Html Css Color HEX #BE604C Flame Pea

📋 copy color: '#BE604C'

red 190 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #BE604C

Tints of Flame Pea #BE604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 52.49%
G = 26.52%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE604C (or 0xBE604C) is known color: Flame Pea. HEX triplet: BE, 60 and 4C. RGB value is (190,96,76). Sum of RGB (Red+Green+Blue) = 190+96+76=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE604C is #419FB3. Grayscale: #7A7A7A. Windows color (decimal): -4300724 or 5005502. OLE color: 5005502.

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

Color convert

RGB 190 96 76 -
CMYK 0 0.49 0.60 0.25
HSL 10.53º 0.47% 0.52% -
HSV(B) 10.53º 0.6% 0.75% -
XYZ 26.72 19.83 9.26 -
YUV 121.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 190 96 76 0 0.49 0.60 0.25 10.53 0.47 0.52
Hex BE 60 4C 0 31 3C 19 B 2F 34
Octal 276 140 114 0 61 74 31 13 57 64
Binary 10111110 1100000 1001100 0 110001 111100 11001 1011 101111 110100

Color Harmonies of #BE604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE604C

Black with #BE604C

Text Example


Text Example

White with #BE604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE604C; }

 p { color: rgb(190,96,76); }

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

background-color css

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

 a { background-color: rgb(190,96,76); }

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

border-color css

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

 span { border-color: rgb(190,96,76); }

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