Html Css Color HEX #BC6551 Flame Pea

📋 copy color: '#BC6551'

red 188 ◦ green 101 ◦ blue 81

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

Shades of Flame Pea #BC6551

Tints of Flame Pea #BC6551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 50.81%
G = 27.3%
B = 21.89%

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

#BC6551 (or 0xBC6551) is known color: Flame Pea. HEX triplet: BC, 65 and 51. RGB value is (188,101,81). Sum of RGB (Red+Green+Blue) = 188+101+81=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6551 is #439AAE. Grayscale: #7C7C7C. Windows color (decimal): -4430511 or 5334460. OLE color: 5334460.

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

Color convert

RGB 188 101 81 -
CMYK 0 0.46 0.57 0.26
HSL 11.21º 0.44% 0.53% -
HSV(B) 11.21º 0.57% 0.74% -
XYZ 26.88 20.59 10.34 -
YUV 124.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 188 101 81 0 0.46 0.57 0.26 11.21 0.44 0.53
Hex BC 65 51 0 2E 39 1A B 2C 35
Octal 274 145 121 0 56 71 32 13 54 65
Binary 10111100 1100101 1010001 0 101110 111001 11010 1011 101100 110101

Color Harmonies of #BC6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6551

Black with #BC6551

Text Example


Text Example

White with #BC6551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6551; }

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

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

background-color css

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

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

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

border-color css

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

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

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