Html Css Color HEX #BC594D Flame Pea

📋 copy color: '#BC594D'

red 188 ◦ green 89 ◦ blue 77

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

Shades of Flame Pea #BC594D

Tints of Flame Pea #BC594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 53.11%
G = 25.14%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC594D (or 0xBC594D) is known color: Flame Pea. HEX triplet: BC, 59 and 4D. RGB value is (188,89,77). Sum of RGB (Red+Green+Blue) = 188+89+77=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC594D is #43A6B2. Grayscale: #757575. Windows color (decimal): -4433587 or 5069244. OLE color: 5069244.

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

Color convert

RGB 188 89 77 -
CMYK 0 0.53 0.59 0.26
HSL 6.49º 0.45% 0.52% -
HSV(B) 6.49º 0.59% 0.74% -
XYZ 25.65 18.37 9.22 -
YUV 117.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 188 89 77 0 0.53 0.59 0.26 6.49 0.45 0.52
Hex BC 59 4D 0 35 3B 1A 6 2D 34
Octal 274 131 115 0 65 73 32 6 55 64
Binary 10111100 1011001 1001101 0 110101 111011 11010 110 101101 110100

Color Harmonies of #BC594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC594D

Black with #BC594D

Text Example


Text Example

White with #BC594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC594D; }

 p { color: rgb(188,89,77); }

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

background-color css

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

 a { background-color: rgb(188,89,77); }

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

border-color css

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

 span { border-color: rgb(188,89,77); }

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