Html Css Color HEX #BC654E Flame Pea

📋 copy color: '#BC654E'

red 188 ◦ green 101 ◦ blue 78

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

Shades of Flame Pea #BC654E

Tints of Flame Pea #BC654E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 51.23%
G = 27.52%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC654E (or 0xBC654E) is known color: Flame Pea. HEX triplet: BC, 65 and 4E. RGB value is (188,101,78). Sum of RGB (Red+Green+Blue) = 188+101+78=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC654E is #439AB1. Grayscale: #7C7C7C. Windows color (decimal): -4430514 or 5137852. OLE color: 5137852.

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

Color convert

RGB 188 101 78 -
CMYK 0 0.46 0.59 0.26
HSL 12.55º 0.45% 0.52% -
HSV(B) 12.55º 0.59% 0.74% -
XYZ 26.77 20.55 9.76 -
YUV 124.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 188 101 78 0 0.46 0.59 0.26 12.55 0.45 0.52
Hex BC 65 4E 0 2E 3B 1A D 2D 34
Octal 274 145 116 0 56 73 32 15 55 64
Binary 10111100 1100101 1001110 0 101110 111011 11010 1101 101101 110100

Color Harmonies of #BC654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC654E

Black with #BC654E

Text Example


Text Example

White with #BC654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC654E; }

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

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

background-color css

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

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

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

border-color css

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

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

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