Html Css Color HEX #BC8336 Marigold

📋 copy color: '#BC8336'

red 188 ◦ green 131 ◦ blue 54

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

Shades of Marigold #BC8336

Tints of Marigold #BC8336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 50.4%
G = 35.12%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC8336 (or 0xBC8336) is known color: Marigold. HEX triplet: BC, 83 and 36. RGB value is (188,131,54). Sum of RGB (Red+Green+Blue) = 188+131+54=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8336 is #437CC9. Grayscale: #8B8B8B. Windows color (decimal): -4422858 or 3572668. OLE color: 3572668.

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

Color convert

RGB 188 131 54 -
CMYK 0 0.30 0.71 0.26
HSL 34.48º 0.55% 0.47% -
HSV(B) 34.48º 0.71% 0.74% -
XYZ 29.52 27.19 7.18 -
YUV 139.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 188 131 54 0 0.30 0.71 0.26 34.48 0.55 0.47
Hex BC 83 36 0 1E 47 1A 22 37 2F
Octal 274 203 66 0 36 107 32 42 67 57
Binary 10111100 10000011 110110 0 11110 1000111 11010 100010 110111 101111

Color Harmonies of #BC8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8336

Black with #BC8336

Text Example


Text Example

White with #BC8336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8336; }

 p { color: rgb(188,131,54); }

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

background-color css

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

 a { background-color: rgb(188,131,54); }

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

border-color css

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

 span { border-color: rgb(188,131,54); }

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