Html Css Color HEX #BC674C Flame Pea

📋 copy color: '#BC674C'

red 188 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #BC674C

Tints of Flame Pea #BC674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

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

R = 51.23%
G = 28.07%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC674C (or 0xBC674C) is known color: Flame Pea. HEX triplet: BC, 67 and 4C. RGB value is (188,103,76). Sum of RGB (Red+Green+Blue) = 188+103+76=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC674C is #4398B3. Grayscale: #7D7D7D. Windows color (decimal): -4430004 or 5007292. OLE color: 5007292.

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

Color convert

RGB 188 103 76 -
CMYK 0 0.45 0.60 0.26
HSL 14.46º 0.46% 0.52% -
HSV(B) 14.46º 0.6% 0.74% -
XYZ 26.89 20.91 9.46 -
YUV 125.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 188 103 76 0 0.45 0.60 0.26 14.46 0.46 0.52
Hex BC 67 4C 0 2D 3C 1A E 2E 34
Octal 274 147 114 0 55 74 32 16 56 64
Binary 10111100 1100111 1001100 0 101101 111100 11010 1110 101110 110100

Color Harmonies of #BC674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC674C

Black with #BC674C

Text Example


Text Example

White with #BC674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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