Html Css Color HEX #BC6950 Flame Pea

📋 copy color: '#BC6950'

red 188 ◦ green 105 ◦ blue 80

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

Shades of Flame Pea #BC6950

Tints of Flame Pea #BC6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

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

R = 50.4%
G = 28.15%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6950 (or 0xBC6950) is known color: Flame Pea. HEX triplet: BC, 69 and 50. RGB value is (188,105,80). Sum of RGB (Red+Green+Blue) = 188+105+80=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6950 is #4396AF. Grayscale: #7F7F7F. Windows color (decimal): -4429488 or 5269948. OLE color: 5269948.

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

Color convert

RGB 188 105 80 -
CMYK 0 0.44 0.57 0.26
HSL 13.89º 0.45% 0.53% -
HSV(B) 13.89º 0.57% 0.74% -
XYZ 27.24 21.37 10.28 -
YUV 126.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 188 105 80 0 0.44 0.57 0.26 13.89 0.45 0.53
Hex BC 69 50 0 2C 39 1A E 2D 35
Octal 274 151 120 0 54 71 32 16 55 65
Binary 10111100 1101001 1010000 0 101100 111001 11010 1110 101101 110101

Color Harmonies of #BC6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6950

Black with #BC6950

Text Example


Text Example

White with #BC6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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