Html Css Color HEX #BC624D Flame Pea

📋 copy color: '#BC624D'

red 188 ◦ green 98 ◦ blue 77

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

Shades of Flame Pea #BC624D

Tints of Flame Pea #BC624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

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

R = 51.79%
G = 27%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC624D (or 0xBC624D) is known color: Flame Pea. HEX triplet: BC, 62 and 4D. RGB value is (188,98,77). Sum of RGB (Red+Green+Blue) = 188+98+77=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC624D is #439DB2. Grayscale: #7A7A7A. Windows color (decimal): -4431283 or 5071548. OLE color: 5071548.

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

Color convert

RGB 188 98 77 -
CMYK 0 0.48 0.59 0.26
HSL 11.35º 0.45% 0.52% -
HSV(B) 11.35º 0.59% 0.74% -
XYZ 26.45 19.96 9.48 -
YUV 122.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 188 98 77 0 0.48 0.59 0.26 11.35 0.45 0.52
Hex BC 62 4D 0 30 3B 1A B 2D 34
Octal 274 142 115 0 60 73 32 13 55 64
Binary 10111100 1100010 1001101 0 110000 111011 11010 1011 101101 110100

Color Harmonies of #BC624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC624D

Black with #BC624D

Text Example


Text Example

White with #BC624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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