Html Css Color HEX #BE664D Flame Pea

📋 copy color: '#BE664D'

red 190 ◦ green 102 ◦ blue 77

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

Shades of Flame Pea #BE664D

Tints of Flame Pea #BE664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 51.49%
G = 27.64%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE664D (or 0xBE664D) is known color: Flame Pea. HEX triplet: BE, 66 and 4D. RGB value is (190,102,77). Sum of RGB (Red+Green+Blue) = 190+102+77=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE664D is #4199B2. Grayscale: #7D7D7D. Windows color (decimal): -4299187 or 5072574. OLE color: 5072574.

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

Color convert

RGB 190 102 77 -
CMYK 0 0.46 0.59 0.25
HSL 13.27º 0.47% 0.52% -
HSV(B) 13.27º 0.59% 0.75% -
XYZ 27.33 20.99 9.63 -
YUV 125.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 190 102 77 0 0.46 0.59 0.25 13.27 0.47 0.52
Hex BE 66 4D 0 2E 3B 19 D 2F 34
Octal 276 146 115 0 56 73 31 15 57 64
Binary 10111110 1100110 1001101 0 101110 111011 11001 1101 101111 110100

Color Harmonies of #BE664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE664D

Black with #BE664D

Text Example


Text Example

White with #BE664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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