Html Css Color HEX #BC8440 Marigold

📋 copy color: '#BC8440'

red 188 ◦ green 132 ◦ blue 64

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

Shades of Marigold #BC8440

Tints of Marigold #BC8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 48.96%
G = 34.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8440 (or 0xBC8440) is known color: Marigold. HEX triplet: BC, 84 and 40. RGB value is (188,132,64). Sum of RGB (Red+Green+Blue) = 188+132+64=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8440 is #437BBF. Grayscale: #8D8D8D. Windows color (decimal): -4422592 or 4228284. OLE color: 4228284.

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

Color convert

RGB 188 132 64 -
CMYK 0 0.30 0.66 0.26
HSL 32.9º 0.49% 0.49% -
HSV(B) 32.9º 0.66% 0.74% -
XYZ 29.92 27.56 8.59 -
YUV 140.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 188 132 64 0 0.30 0.66 0.26 32.9 0.49 0.49
Hex BC 84 40 0 1E 42 1A 21 31 31
Octal 274 204 100 0 36 102 32 41 61 61
Binary 10111100 10000100 1000000 0 11110 1000010 11010 100001 110001 110001

Color Harmonies of #BC8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8440

Black with #BC8440

Text Example


Text Example

White with #BC8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8440; }

 p { color: rgb(188,132,64); }

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

background-color css

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

 a { background-color: rgb(188,132,64); }

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

border-color css

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

 span { border-color: rgb(188,132,64); }

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