Html Css Color HEX #BC6850 Flame Pea

📋 copy color: '#BC6850'

red 188 ◦ green 104 ◦ blue 80

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

Shades of Flame Pea #BC6850

Tints of Flame Pea #BC6850

RGB

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

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

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

R = 50.54%
G = 27.96%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6850 (or 0xBC6850) is known color: Flame Pea. HEX triplet: BC, 68 and 50. RGB value is (188,104,80). Sum of RGB (Red+Green+Blue) = 188+104+80=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6850 is #4397AF. Grayscale: #7E7E7E. Windows color (decimal): -4429744 or 5269692. OLE color: 5269692.

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

Color convert

RGB 188 104 80 -
CMYK 0 0.45 0.57 0.26
HSL 13.33º 0.45% 0.53% -
HSV(B) 13.33º 0.57% 0.74% -
XYZ 27.14 21.17 10.25 -
YUV 126.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 188 104 80 0 0.45 0.57 0.26 13.33 0.45 0.53
Hex BC 68 50 0 2D 39 1A D 2D 35
Octal 274 150 120 0 55 71 32 15 55 65
Binary 10111100 1101000 1010000 0 101101 111001 11010 1101 101101 110101

Color Harmonies of #BC6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6850

Black with #BC6850

Text Example


Text Example

White with #BC6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6850; }

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

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

background-color css

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

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

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

border-color css

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

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

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