Html Css Color HEX #BC624A Flame Pea

📋 copy color: '#BC624A'

red 188 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #BC624A

Tints of Flame Pea #BC624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 52.22%
G = 27.22%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC624A (or 0xBC624A) is known color: Flame Pea. HEX triplet: BC, 62 and 4A. RGB value is (188,98,74). Sum of RGB (Red+Green+Blue) = 188+98+74=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC624A is #439DB5. Grayscale: #7A7A7A. Windows color (decimal): -4431286 or 4874940. OLE color: 4874940.

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

Color convert

RGB 188 98 74 -
CMYK 0 0.48 0.61 0.26
HSL 12.63º 0.46% 0.51% -
HSV(B) 12.63º 0.61% 0.74% -
XYZ 26.34 19.92 8.94 -
YUV 122.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 188 98 74 0 0.48 0.61 0.26 12.63 0.46 0.51
Hex BC 62 4A 0 30 3D 1A D 2E 33
Octal 274 142 112 0 60 75 32 15 56 63
Binary 10111100 1100010 1001010 0 110000 111101 11010 1101 101110 110011

Color Harmonies of #BC624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC624A

Black with #BC624A

Text Example


Text Example

White with #BC624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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