Html Css Color HEX #BC8744 Marigold

📋 copy color: '#BC8744'

red 188 ◦ green 135 ◦ blue 68

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

Shades of Marigold #BC8744

Tints of Marigold #BC8744

RGB

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

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

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

R = 48.08%
G = 34.53%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8744 (or 0xBC8744) is known color: Marigold. HEX triplet: BC, 87 and 44. RGB value is (188,135,68). Sum of RGB (Red+Green+Blue) = 188+135+68=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8744 is #4378BB. Grayscale: #8F8F8F. Windows color (decimal): -4421820 or 4491196. OLE color: 4491196.

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

Color convert

RGB 188 135 68 -
CMYK 0 0.28 0.64 0.26
HSL 33.5º 0.47% 0.5% -
HSV(B) 33.5º 0.64% 0.74% -
XYZ 30.45 28.44 9.35 -
YUV 143.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 188 135 68 0 0.28 0.64 0.26 33.5 0.47 0.5
Hex BC 87 44 0 1C 40 1A 22 2F 32
Octal 274 207 104 0 34 100 32 42 57 62
Binary 10111100 10000111 1000100 0 11100 1000000 11010 100010 101111 110010

Color Harmonies of #BC8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8744

Black with #BC8744

Text Example


Text Example

White with #BC8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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