Html Css Color HEX #BC644D Flame Pea

📋 copy color: '#BC644D'

red 188 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #BC644D

Tints of Flame Pea #BC644D

RGB

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

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

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

R = 51.51%
G = 27.4%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC644D (or 0xBC644D) is known color: Flame Pea. HEX triplet: BC, 64 and 4D. RGB value is (188,100,77). Sum of RGB (Red+Green+Blue) = 188+100+77=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC644D is #439BB2. Grayscale: #7B7B7B. Windows color (decimal): -4430771 or 5072060. OLE color: 5072060.

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

Color convert

RGB 188 100 77 -
CMYK 0 0.47 0.59 0.26
HSL 12.43º 0.45% 0.52% -
HSV(B) 12.43º 0.59% 0.74% -
XYZ 26.64 20.34 9.54 -
YUV 123.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 188 100 77 0 0.47 0.59 0.26 12.43 0.45 0.52
Hex BC 64 4D 0 2F 3B 1A C 2D 34
Octal 274 144 115 0 57 73 32 14 55 64
Binary 10111100 1100100 1001101 0 101111 111011 11010 1100 101101 110100

Color Harmonies of #BC644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC644D

Black with #BC644D

Text Example


Text Example

White with #BC644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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