Html Css Color HEX #BC5846 Flame Pea

📋 copy color: '#BC5846'

red 188 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #BC5846

Tints of Flame Pea #BC5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 54.34%
G = 25.43%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC5846 (or 0xBC5846) is known color: Flame Pea. HEX triplet: BC, 58 and 46. RGB value is (188,88,70). Sum of RGB (Red+Green+Blue) = 188+88+70=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5846 is #43A7B9. Grayscale: #747474. Windows color (decimal): -4433850 or 4610236. OLE color: 4610236.

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

Color convert

RGB 188 88 70 -
CMYK 0 0.53 0.63 0.26
HSL 9.15º 0.47% 0.51% -
HSV(B) 9.15º 0.63% 0.74% -
XYZ 25.33 18.11 7.96 -
YUV 115.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 188 88 70 0 0.53 0.63 0.26 9.15 0.47 0.51
Hex BC 58 46 0 35 3F 1A 9 2F 33
Octal 274 130 106 0 65 77 32 11 57 63
Binary 10111100 1011000 1000110 0 110101 111111 11010 1001 101111 110011

Color Harmonies of #BC5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5846

Black with #BC5846

Text Example


Text Example

White with #BC5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5846; }

 p { color: rgb(188,88,70); }

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

background-color css

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

 a { background-color: rgb(188,88,70); }

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

border-color css

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

 span { border-color: rgb(188,88,70); }

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