Html Css Color HEX #BC8740 Marigold

📋 copy color: '#BC8740'

red 188 ◦ green 135 ◦ blue 64

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

Shades of Marigold #BC8740

Tints of Marigold #BC8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 48.58%
G = 34.88%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8740 (or 0xBC8740) is known color: Marigold. HEX triplet: BC, 87 and 40. RGB value is (188,135,64). Sum of RGB (Red+Green+Blue) = 188+135+64=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8740 is #4378BF. Grayscale: #8F8F8F. Windows color (decimal): -4421824 or 4229052. OLE color: 4229052.

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

Color convert

RGB 188 135 64 -
CMYK 0 0.28 0.66 0.26
HSL 34.35º 0.49% 0.49% -
HSV(B) 34.35º 0.66% 0.74% -
XYZ 30.33 28.39 8.73 -
YUV 142.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 188 135 64 0 0.28 0.66 0.26 34.35 0.49 0.49
Hex BC 87 40 0 1C 42 1A 22 31 31
Octal 274 207 100 0 34 102 32 42 61 61
Binary 10111100 10000111 1000000 0 11100 1000010 11010 100010 110001 110001

Color Harmonies of #BC8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8740

Black with #BC8740

Text Example


Text Example

White with #BC8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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