Html Css Color HEX #BC5A41 Flame Pea

📋 copy color: '#BC5A41'

red 188 ◦ green 90 ◦ blue 65

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

Shades of Flame Pea #BC5A41

Tints of Flame Pea #BC5A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 54.81%
G = 26.24%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC5A41 (or 0xBC5A41) is known color: Flame Pea. HEX triplet: BC, 5A and 41. RGB value is (188,90,65). Sum of RGB (Red+Green+Blue) = 188+90+65=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A41 is #43A5BE. Grayscale: #747474. Windows color (decimal): -4433343 or 4283068. OLE color: 4283068.

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

Color convert

RGB 188 90 65 -
CMYK 0 0.52 0.65 0.26
HSL 12.2º 0.49% 0.5% -
HSV(B) 12.2º 0.65% 0.74% -
XYZ 25.35 18.39 7.21 -
YUV 116.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 188 90 65 0 0.52 0.65 0.26 12.2 0.49 0.5
Hex BC 5A 41 0 34 41 1A C 31 32
Octal 274 132 101 0 64 101 32 14 61 62
Binary 10111100 1011010 1000001 0 110100 1000001 11010 1100 110001 110010

Color Harmonies of #BC5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A41

Black with #BC5A41

Text Example


Text Example

White with #BC5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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