Html Css Color HEX #BC8746 Marigold

📋 copy color: '#BC8746'

red 188 ◦ green 135 ◦ blue 70

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

Shades of Marigold #BC8746

Tints of Marigold #BC8746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 47.84%
G = 34.35%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8746 (or 0xBC8746) is known color: Marigold. HEX triplet: BC, 87 and 46. RGB value is (188,135,70). Sum of RGB (Red+Green+Blue) = 188+135+70=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8746 is #4378B9. Grayscale: #8F8F8F. Windows color (decimal): -4421818 or 4622268. OLE color: 4622268.

HSL color Cylindrical-coordinate representation of color #BC8746: hue angle of 33.05º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8746 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 70 -
CMYK 0 0.28 0.63 0.26
HSL 33.05º 0.47% 0.51% -
HSV(B) 33.05º 0.63% 0.74% -
XYZ 30.51 28.46 9.68 -
YUV 143.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 188 135 70 0 0.28 0.63 0.26 33.05 0.47 0.51
Hex BC 87 46 0 1C 3F 1A 21 2F 33
Octal 274 207 106 0 34 77 32 41 57 63
Binary 10111100 10000111 1000110 0 11100 111111 11010 100001 101111 110011

Color Harmonies of #BC8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8746

Black with #BC8746

Text Example


Text Example

White with #BC8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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