Html Css Color HEX #BC6443 Flame Pea

📋 copy color: '#BC6443'

red 188 ◦ green 100 ◦ blue 67

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

Shades of Flame Pea #BC6443

Tints of Flame Pea #BC6443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 52.96%
G = 28.17%
B = 18.87%

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

#BC6443 (or 0xBC6443) is known color: Flame Pea. HEX triplet: BC, 64 and 43. RGB value is (188,100,67). Sum of RGB (Red+Green+Blue) = 188+100+67=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6443 is #439BBC. Grayscale: #7A7A7A. Windows color (decimal): -4430781 or 4416700. OLE color: 4416700.

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

Color convert

RGB 188 100 67 -
CMYK 0 0.47 0.64 0.26
HSL 16.36º 0.47% 0.5% -
HSV(B) 16.36º 0.64% 0.74% -
XYZ 26.31 20.21 7.82 -
YUV 122.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 188 100 67 0 0.47 0.64 0.26 16.36 0.47 0.5
Hex BC 64 43 0 2F 40 1A 10 2F 32
Octal 274 144 103 0 57 100 32 20 57 62
Binary 10111100 1100100 1000011 0 101111 1000000 11010 10000 101111 110010

Color Harmonies of #BC6443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6443

Black with #BC6443

Text Example


Text Example

White with #BC6443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6443; }

 p { color: rgb(188,100,67); }

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

background-color css

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

 a { background-color: rgb(188,100,67); }

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

border-color css

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

 span { border-color: rgb(188,100,67); }

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