Html Css Color HEX #BC6550 Flame Pea

📋 copy color: '#BC6550'

red 188 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #BC6550

Tints of Flame Pea #BC6550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 50.95%
G = 27.37%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6550 (or 0xBC6550) is known color: Flame Pea. HEX triplet: BC, 65 and 50. RGB value is (188,101,80). Sum of RGB (Red+Green+Blue) = 188+101+80=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6550 is #439AAF. Grayscale: #7C7C7C. Windows color (decimal): -4430512 or 5268924. OLE color: 5268924.

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

Color convert

RGB 188 101 80 -
CMYK 0 0.46 0.57 0.26
HSL 11.67º 0.45% 0.53% -
HSV(B) 11.67º 0.57% 0.74% -
XYZ 26.84 20.58 10.15 -
YUV 124.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 188 101 80 0 0.46 0.57 0.26 11.67 0.45 0.53
Hex BC 65 50 0 2E 39 1A C 2D 35
Octal 274 145 120 0 56 71 32 14 55 65
Binary 10111100 1100101 1010000 0 101110 111001 11010 1100 101101 110101

Color Harmonies of #BC6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6550

Black with #BC6550

Text Example


Text Example

White with #BC6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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