Html Css Color HEX #BC583D Flame Pea

📋 copy color: '#BC583D'

red 188 ◦ green 88 ◦ blue 61

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

Shades of Flame Pea #BC583D

Tints of Flame Pea #BC583D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 55.79%
G = 26.11%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC583D (or 0xBC583D) is known color: Flame Pea. HEX triplet: BC, 58 and 3D. RGB value is (188,88,61). Sum of RGB (Red+Green+Blue) = 188+88+61=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC583D is #43A7C2. Grayscale: #737373. Windows color (decimal): -4433859 or 4020412. OLE color: 4020412.

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

Color convert

RGB 188 88 61 -
CMYK 0 0.53 0.68 0.26
HSL 12.76º 0.51% 0.49% -
HSV(B) 12.76º 0.68% 0.74% -
XYZ 25.07 18.01 6.57 -
YUV 114.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 188 88 61 0 0.53 0.68 0.26 12.76 0.51 0.49
Hex BC 58 3D 0 35 44 1A D 33 31
Octal 274 130 75 0 65 104 32 15 63 61
Binary 10111100 1011000 111101 0 110101 1000100 11010 1101 110011 110001

Color Harmonies of #BC583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC583D

Black with #BC583D

Text Example


Text Example

White with #BC583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC583D; }

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

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

background-color css

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

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

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

border-color css

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

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

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