Html Css Color HEX #BC604C Flame Pea

📋 copy color: '#BC604C'

red 188 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #BC604C

Tints of Flame Pea #BC604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 52.22%
G = 26.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC604C (or 0xBC604C) is known color: Flame Pea. HEX triplet: BC, 60 and 4C. RGB value is (188,96,76). Sum of RGB (Red+Green+Blue) = 188+96+76=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC604C is #439FB3. Grayscale: #797979. Windows color (decimal): -4431796 or 5005500. OLE color: 5005500.

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

Color convert

RGB 188 96 76 -
CMYK 0 0.49 0.60 0.26
HSL 10.71º 0.46% 0.52% -
HSV(B) 10.71º 0.6% 0.74% -
XYZ 26.23 19.58 9.23 -
YUV 121.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 188 96 76 0 0.49 0.60 0.26 10.71 0.46 0.52
Hex BC 60 4C 0 31 3C 1A B 2E 34
Octal 274 140 114 0 61 74 32 13 56 64
Binary 10111100 1100000 1001100 0 110001 111100 11010 1011 101110 110100

Color Harmonies of #BC604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC604C

Black with #BC604C

Text Example


Text Example

White with #BC604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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