Html Css Color HEX #BC684F Flame Pea

📋 copy color: '#BC684F'

red 188 ◦ green 104 ◦ blue 79

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

Shades of Flame Pea #BC684F

Tints of Flame Pea #BC684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 50.67%
G = 28.03%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC684F (or 0xBC684F) is known color: Flame Pea. HEX triplet: BC, 68 and 4F. RGB value is (188,104,79). Sum of RGB (Red+Green+Blue) = 188+104+79=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC684F is #4397B0. Grayscale: #7E7E7E. Windows color (decimal): -4429745 or 5204156. OLE color: 5204156.

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

Color convert

RGB 188 104 79 -
CMYK 0 0.45 0.58 0.26
HSL 13.76º 0.45% 0.52% -
HSV(B) 13.76º 0.58% 0.74% -
XYZ 27.1 21.16 10.05 -
YUV 126.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 188 104 79 0 0.45 0.58 0.26 13.76 0.45 0.52
Hex BC 68 4F 0 2D 3A 1A E 2D 34
Octal 274 150 117 0 55 72 32 16 55 64
Binary 10111100 1101000 1001111 0 101101 111010 11010 1110 101101 110100

Color Harmonies of #BC684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC684F

Black with #BC684F

Text Example


Text Example

White with #BC684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC684F; }

 p { color: rgb(188,104,79); }

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

background-color css

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

 a { background-color: rgb(188,104,79); }

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

border-color css

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

 span { border-color: rgb(188,104,79); }

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