Html Css Color HEX #BC674F Flame Pea

📋 copy color: '#BC674F'

red 188 ◦ green 103 ◦ blue 79

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

Shades of Flame Pea #BC674F

Tints of Flame Pea #BC674F

RGB

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

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

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

R = 50.81%
G = 27.84%
B = 21.35%

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

#BC674F (or 0xBC674F) is known color: Flame Pea. HEX triplet: BC, 67 and 4F. RGB value is (188,103,79). Sum of RGB (Red+Green+Blue) = 188+103+79=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC674F is #4398B0. Grayscale: #7D7D7D. Windows color (decimal): -4430001 or 5203900. OLE color: 5203900.

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

Color convert

RGB 188 103 79 -
CMYK 0 0.45 0.58 0.26
HSL 13.21º 0.45% 0.52% -
HSV(B) 13.21º 0.58% 0.74% -
XYZ 27 20.96 10.02 -
YUV 125.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 188 103 79 0 0.45 0.58 0.26 13.21 0.45 0.52
Hex BC 67 4F 0 2D 3A 1A D 2D 34
Octal 274 147 117 0 55 72 32 15 55 64
Binary 10111100 1100111 1001111 0 101101 111010 11010 1101 101101 110100

Color Harmonies of #BC674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC674F

Black with #BC674F

Text Example


Text Example

White with #BC674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC674F; }

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

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

background-color css

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

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

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

border-color css

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

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

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