Html Css Color HEX #BC624F Flame Pea

📋 copy color: '#BC624F'

red 188 ◦ green 98 ◦ blue 79

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

Shades of Flame Pea #BC624F

Tints of Flame Pea #BC624F

RGB

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

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

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

R = 51.51%
G = 26.85%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC624F (or 0xBC624F) is known color: Flame Pea. HEX triplet: BC, 62 and 4F. RGB value is (188,98,79). Sum of RGB (Red+Green+Blue) = 188+98+79=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC624F is #439DB0. Grayscale: #7A7A7A. Windows color (decimal): -4431281 or 5202620. OLE color: 5202620.

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

Color convert

RGB 188 98 79 -
CMYK 0 0.48 0.58 0.26
HSL 10.46º 0.45% 0.52% -
HSV(B) 10.46º 0.58% 0.74% -
XYZ 26.52 19.99 9.86 -
YUV 122.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 188 98 79 0 0.48 0.58 0.26 10.46 0.45 0.52
Hex BC 62 4F 0 30 3A 1A A 2D 34
Octal 274 142 117 0 60 72 32 12 55 64
Binary 10111100 1100010 1001111 0 110000 111010 11010 1010 101101 110100

Color Harmonies of #BC624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC624F

Black with #BC624F

Text Example


Text Example

White with #BC624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC624F; }

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

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

background-color css

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

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

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

border-color css

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

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

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