Html Css Color HEX #BC5B4F Flame Pea

📋 copy color: '#BC5B4F'

red 188 ◦ green 91 ◦ blue 79

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

Shades of Flame Pea #BC5B4F

Tints of Flame Pea #BC5B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 52.51%
G = 25.42%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC5B4F (or 0xBC5B4F) is known color: Flame Pea. HEX triplet: BC, 5B and 4F. RGB value is (188,91,79). Sum of RGB (Red+Green+Blue) = 188+91+79=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B4F is #43A4B0. Grayscale: #767676. Windows color (decimal): -4433073 or 5200828. OLE color: 5200828.

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

Color convert

RGB 188 91 79 -
CMYK 0 0.52 0.58 0.26
HSL 6.61º 0.45% 0.52% -
HSV(B) 6.61º 0.58% 0.74% -
XYZ 25.89 18.74 9.65 -
YUV 118.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 188 91 79 0 0.52 0.58 0.26 6.61 0.45 0.52
Hex BC 5B 4F 0 34 3A 1A 7 2D 34
Octal 274 133 117 0 64 72 32 7 55 64
Binary 10111100 1011011 1001111 0 110100 111010 11010 111 101101 110100

Color Harmonies of #BC5B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B4F

Black with #BC5B4F

Text Example


Text Example

White with #BC5B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B4F; }

 p { color: rgb(188,91,79); }

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

background-color css

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

 a { background-color: rgb(188,91,79); }

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

border-color css

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

 span { border-color: rgb(188,91,79); }

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