Html Css Color HEX #BC644F Flame Pea

📋 copy color: '#BC644F'

red 188 ◦ green 100 ◦ blue 79

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

Shades of Flame Pea #BC644F

Tints of Flame Pea #BC644F

RGB

 RED value IS 188 (73.83% from 255) = 51.23%

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 51.23%
G = 27.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC644F (or 0xBC644F) is known color: Flame Pea. HEX triplet: BC, 64 and 4F. RGB value is (188,100,79). Sum of RGB (Red+Green+Blue) = 188+100+79=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC644F is #439BB0. Grayscale: #7C7C7C. Windows color (decimal): -4430769 or 5203132. OLE color: 5203132.

HSL color Cylindrical-coordinate representation of color #BC644F: hue angle of 11.56º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC644F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 79 -
CMYK 0 0.47 0.58 0.26
HSL 11.56º 0.45% 0.52% -
HSV(B) 11.56º 0.58% 0.74% -
XYZ 26.71 20.37 9.92 -
YUV 123.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 188 100 79 0 0.47 0.58 0.26 11.56 0.45 0.52
Hex BC 64 4F 0 2F 3A 1A C 2D 34
Octal 274 144 117 0 57 72 32 14 55 64
Binary 10111100 1100100 1001111 0 101111 111010 11010 1100 101101 110100

Color Harmonies of #BC644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC644F

Black with #BC644F

Text Example


Text Example

White with #BC644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC644F; }

 p { color: rgb(188,100,79); }

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

background-color css

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

 a { background-color: rgb(188,100,79); }

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

border-color css

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

 span { border-color: rgb(188,100,79); }

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