Html Css Color HEX #BC6044 Flame Pea

📋 copy color: '#BC6044'

red 188 ◦ green 96 ◦ blue 68

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

Shades of Flame Pea #BC6044

Tints of Flame Pea #BC6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

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

R = 53.41%
G = 27.27%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6044 (or 0xBC6044) is known color: Flame Pea. HEX triplet: BC, 60 and 44. RGB value is (188,96,68). Sum of RGB (Red+Green+Blue) = 188+96+68=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6044 is #439FBB. Grayscale: #787878. Windows color (decimal): -4431804 or 4481212. OLE color: 4481212.

HSL color Cylindrical-coordinate representation of color #BC6044: hue angle of 14º 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 #BC6044 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 68 -
CMYK 0 0.49 0.64 0.26
HSL 14º 0.47% 0.5% -
HSV(B) 14º 0.64% 0.74% -
XYZ 25.97 19.47 7.86 -
YUV 120.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 188 96 68 0 0.49 0.64 0.26 14 0.47 0.5
Hex BC 60 44 0 31 40 1A E 2F 32
Octal 274 140 104 0 61 100 32 16 57 62
Binary 10111100 1100000 1000100 0 110001 1000000 11010 1110 101111 110010

Color Harmonies of #BC6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6044

Black with #BC6044

Text Example


Text Example

White with #BC6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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