Html Css Color HEX #BC5D52 Flame Pea

📋 copy color: '#BC5D52'

red 188 ◦ green 93 ◦ blue 82

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

Shades of Flame Pea #BC5D52

Tints of Flame Pea #BC5D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 51.79%
G = 25.62%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5D52 (or 0xBC5D52) is known color: Flame Pea. HEX triplet: BC, 5D and 52. RGB value is (188,93,82). Sum of RGB (Red+Green+Blue) = 188+93+82=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D52 is #43A2AD. Grayscale: #787878. Windows color (decimal): -4432558 or 5397948. OLE color: 5397948.

HSL color Cylindrical-coordinate representation of color #BC5D52: hue angle of 6.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5D52 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 82 -
CMYK 0 0.51 0.56 0.26
HSL 6.23º 0.44% 0.53% -
HSV(B) 6.23º 0.56% 0.74% -
XYZ 26.18 19.13 10.3 -
YUV 120.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 188 93 82 0 0.51 0.56 0.26 6.23 0.44 0.53
Hex BC 5D 52 0 33 38 1A 6 2C 35
Octal 274 135 122 0 63 70 32 6 54 65
Binary 10111100 1011101 1010010 0 110011 111000 11010 110 101100 110101

Color Harmonies of #BC5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D52

Black with #BC5D52

Text Example


Text Example

White with #BC5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D52; }

 p { color: rgb(188,93,82); }

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

background-color css

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

 a { background-color: rgb(188,93,82); }

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

border-color css

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

 span { border-color: rgb(188,93,82); }

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