Html Css Color HEX #BC8441 Marigold

📋 copy color: '#BC8441'

red 188 ◦ green 132 ◦ blue 65

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

Shades of Marigold #BC8441

Tints of Marigold #BC8441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 48.83%
G = 34.29%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8441 (or 0xBC8441) is known color: Marigold. HEX triplet: BC, 84 and 41. RGB value is (188,132,65). Sum of RGB (Red+Green+Blue) = 188+132+65=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8441 is #437BBE. Grayscale: #8D8D8D. Windows color (decimal): -4422591 or 4293820. OLE color: 4293820.

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

Color convert

RGB 188 132 65 -
CMYK 0 0.30 0.65 0.26
HSL 32.68º 0.49% 0.5% -
HSV(B) 32.68º 0.65% 0.74% -
XYZ 29.94 27.58 8.75 -
YUV 141.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 188 132 65 0 0.30 0.65 0.26 32.68 0.49 0.5
Hex BC 84 41 0 1E 41 1A 21 31 32
Octal 274 204 101 0 36 101 32 41 61 62
Binary 10111100 10000100 1000001 0 11110 1000001 11010 100001 110001 110010

Color Harmonies of #BC8441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8441

Black with #BC8441

Text Example


Text Example

White with #BC8441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8441; }

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

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

background-color css

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

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

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

border-color css

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

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

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