Html Css Color HEX #BC5A44 Flame Pea

📋 copy color: '#BC5A44'

red 188 ◦ green 90 ◦ blue 68

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

Shades of Flame Pea #BC5A44

Tints of Flame Pea #BC5A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 54.34%
G = 26.01%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC5A44 (or 0xBC5A44) is known color: Flame Pea. HEX triplet: BC, 5A and 44. RGB value is (188,90,68). Sum of RGB (Red+Green+Blue) = 188+90+68=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A44 is #43A5BB. Grayscale: #747474. Windows color (decimal): -4433340 or 4479676. OLE color: 4479676.

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

Color convert

RGB 188 90 68 -
CMYK 0 0.52 0.64 0.26
HSL 11º 0.47% 0.5% -
HSV(B) 11º 0.64% 0.74% -
XYZ 25.44 18.42 7.68 -
YUV 116.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 188 90 68 0 0.52 0.64 0.26 11 0.47 0.5
Hex BC 5A 44 0 34 40 1A B 2F 32
Octal 274 132 104 0 64 100 32 13 57 62
Binary 10111100 1011010 1000100 0 110100 1000000 11010 1011 101111 110010

Color Harmonies of #BC5A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A44

Black with #BC5A44

Text Example


Text Example

White with #BC5A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A44; }

 p { color: rgb(188,90,68); }

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

background-color css

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

 a { background-color: rgb(188,90,68); }

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

border-color css

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

 span { border-color: rgb(188,90,68); }

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