Html Css Color HEX #BC6344 Flame Pea

📋 copy color: '#BC6344'

red 188 ◦ green 99 ◦ blue 68

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

Shades of Flame Pea #BC6344

Tints of Flame Pea #BC6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 52.96%
G = 27.89%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6344 (or 0xBC6344) is known color: Flame Pea. HEX triplet: BC, 63 and 44. RGB value is (188,99,68). Sum of RGB (Red+Green+Blue) = 188+99+68=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6344 is #439CBB. Grayscale: #7A7A7A. Windows color (decimal): -4431036 or 4481980. OLE color: 4481980.

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

Color convert

RGB 188 99 68 -
CMYK 0 0.47 0.64 0.26
HSL 15.5º 0.47% 0.5% -
HSV(B) 15.5º 0.64% 0.74% -
XYZ 26.24 20.03 7.95 -
YUV 122.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 188 99 68 0 0.47 0.64 0.26 15.5 0.47 0.5
Hex BC 63 44 0 2F 40 1A 10 2F 32
Octal 274 143 104 0 57 100 32 20 57 62
Binary 10111100 1100011 1000100 0 101111 1000000 11010 10000 101111 110010

Color Harmonies of #BC6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6344

Black with #BC6344

Text Example


Text Example

White with #BC6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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