Html Css Color HEX #BE664C Flame Pea

📋 copy color: '#BE664C'

red 190 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #BE664C

Tints of Flame Pea #BE664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 51.63%
G = 27.72%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE664C (or 0xBE664C) is known color: Flame Pea. HEX triplet: BE, 66 and 4C. RGB value is (190,102,76). Sum of RGB (Red+Green+Blue) = 190+102+76=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE664C is #4199B3. Grayscale: #7D7D7D. Windows color (decimal): -4299188 or 5007038. OLE color: 5007038.

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

Color convert

RGB 190 102 76 -
CMYK 0 0.46 0.60 0.25
HSL 13.68º 0.47% 0.52% -
HSV(B) 13.68º 0.6% 0.75% -
XYZ 27.29 20.97 9.45 -
YUV 125.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 190 102 76 0 0.46 0.60 0.25 13.68 0.47 0.52
Hex BE 66 4C 0 2E 3C 19 E 2F 34
Octal 276 146 114 0 56 74 31 16 57 64
Binary 10111110 1100110 1001100 0 101110 111100 11001 1110 101111 110100

Color Harmonies of #BE664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE664C

Black with #BE664C

Text Example


Text Example

White with #BE664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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