Html Css Color HEX #BC674E Flame Pea

📋 copy color: '#BC674E'

red 188 ◦ green 103 ◦ blue 78

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

Shades of Flame Pea #BC674E

Tints of Flame Pea #BC674E

RGB

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

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

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

R = 50.95%
G = 27.91%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC674E (or 0xBC674E) is known color: Flame Pea. HEX triplet: BC, 67 and 4E. RGB value is (188,103,78). Sum of RGB (Red+Green+Blue) = 188+103+78=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC674E is #4398B1. Grayscale: #7D7D7D. Windows color (decimal): -4430002 or 5138364. OLE color: 5138364.

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

Color convert

RGB 188 103 78 -
CMYK 0 0.45 0.59 0.26
HSL 13.64º 0.45% 0.52% -
HSV(B) 13.64º 0.59% 0.74% -
XYZ 26.96 20.94 9.83 -
YUV 125.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 188 103 78 0 0.45 0.59 0.26 13.64 0.45 0.52
Hex BC 67 4E 0 2D 3B 1A E 2D 34
Octal 274 147 116 0 55 73 32 16 55 64
Binary 10111100 1100111 1001110 0 101101 111011 11010 1110 101101 110100

Color Harmonies of #BC674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC674E

Black with #BC674E

Text Example


Text Example

White with #BC674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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