Html Css Color HEX #BC6350 Flame Pea

📋 copy color: '#BC6350'

red 188 ◦ green 99 ◦ blue 80

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

Shades of Flame Pea #BC6350

Tints of Flame Pea #BC6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 51.23%
G = 26.98%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6350 (or 0xBC6350) is known color: Flame Pea. HEX triplet: BC, 63 and 50. RGB value is (188,99,80). Sum of RGB (Red+Green+Blue) = 188+99+80=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6350 is #439CAF. Grayscale: #7B7B7B. Windows color (decimal): -4431024 or 5268412. OLE color: 5268412.

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

Color convert

RGB 188 99 80 -
CMYK 0 0.47 0.57 0.26
HSL 10.56º 0.45% 0.53% -
HSV(B) 10.56º 0.57% 0.74% -
XYZ 26.65 20.19 10.08 -
YUV 123.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 188 99 80 0 0.47 0.57 0.26 10.56 0.45 0.53
Hex BC 63 50 0 2F 39 1A B 2D 35
Octal 274 143 120 0 57 71 32 13 55 65
Binary 10111100 1100011 1010000 0 101111 111001 11010 1011 101101 110101

Color Harmonies of #BC6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6350

Black with #BC6350

Text Example


Text Example

White with #BC6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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