Html Css Color HEX #BE634D Flame Pea

📋 copy color: '#BE634D'

red 190 ◦ green 99 ◦ blue 77

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

Shades of Flame Pea #BE634D

Tints of Flame Pea #BE634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 51.91%
G = 27.05%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE634D (or 0xBE634D) is known color: Flame Pea. HEX triplet: BE, 63 and 4D. RGB value is (190,99,77). Sum of RGB (Red+Green+Blue) = 190+99+77=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE634D is #419CB2. Grayscale: #7B7B7B. Windows color (decimal): -4299955 or 5071806. OLE color: 5071806.

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

Color convert

RGB 190 99 77 -
CMYK 0 0.48 0.59 0.25
HSL 11.68º 0.47% 0.52% -
HSV(B) 11.68º 0.59% 0.75% -
XYZ 27.04 20.41 9.54 -
YUV 123.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 190 99 77 0 0.48 0.59 0.25 11.68 0.47 0.52
Hex BE 63 4D 0 30 3B 19 C 2F 34
Octal 276 143 115 0 60 73 31 14 57 64
Binary 10111110 1100011 1001101 0 110000 111011 11001 1100 101111 110100

Color Harmonies of #BE634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE634D

Black with #BE634D

Text Example


Text Example

White with #BE634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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