Html Css Color HEX #BC604E Flame Pea

📋 copy color: '#BC604E'

red 188 ◦ green 96 ◦ blue 78

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

Shades of Flame Pea #BC604E

Tints of Flame Pea #BC604E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 51.93%
G = 26.52%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC604E (or 0xBC604E) is known color: Flame Pea. HEX triplet: BC, 60 and 4E. RGB value is (188,96,78). Sum of RGB (Red+Green+Blue) = 188+96+78=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC604E is #439FB1. Grayscale: #797979. Windows color (decimal): -4431794 or 5136572. OLE color: 5136572.

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

Color convert

RGB 188 96 78 -
CMYK 0 0.49 0.59 0.26
HSL 9.82º 0.45% 0.52% -
HSV(B) 9.82º 0.59% 0.74% -
XYZ 26.3 19.61 9.61 -
YUV 121.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 188 96 78 0 0.49 0.59 0.26 9.82 0.45 0.52
Hex BC 60 4E 0 31 3B 1A A 2D 34
Octal 274 140 116 0 61 73 32 12 55 64
Binary 10111100 1100000 1001110 0 110001 111011 11010 1010 101101 110100

Color Harmonies of #BC604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC604E

Black with #BC604E

Text Example


Text Example

White with #BC604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC604E; }

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

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

background-color css

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

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

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

border-color css

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

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

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