Html Css Color HEX #BC624C Flame Pea

📋 copy color: '#BC624C'

red 188 ◦ green 98 ◦ blue 76

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

Shades of Flame Pea #BC624C

Tints of Flame Pea #BC624C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 51.93%
G = 27.07%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC624C (or 0xBC624C) is known color: Flame Pea. HEX triplet: BC, 62 and 4C. RGB value is (188,98,76). Sum of RGB (Red+Green+Blue) = 188+98+76=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC624C is #439DB3. Grayscale: #7A7A7A. Windows color (decimal): -4431284 or 5006012. OLE color: 5006012.

HSL color Cylindrical-coordinate representation of color #BC624C: hue angle of 11.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC624C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 76 -
CMYK 0 0.48 0.60 0.26
HSL 11.79º 0.46% 0.52% -
HSV(B) 11.79º 0.6% 0.74% -
XYZ 26.41 19.95 9.3 -
YUV 122.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 188 98 76 0 0.48 0.60 0.26 11.79 0.46 0.52
Hex BC 62 4C 0 30 3C 1A C 2E 34
Octal 274 142 114 0 60 74 32 14 56 64
Binary 10111100 1100010 1001100 0 110000 111100 11010 1100 101110 110100

Color Harmonies of #BC624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC624C

Black with #BC624C

Text Example


Text Example

White with #BC624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC624C; }

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

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

background-color css

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

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

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

border-color css

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

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

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