Html Css Color HEX #BC8439 Marigold

📋 copy color: '#BC8439'

red 188 ◦ green 132 ◦ blue 57

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

Shades of Marigold #BC8439

Tints of Marigold #BC8439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 49.87%
G = 35.01%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8439 (or 0xBC8439) is known color: Marigold. HEX triplet: BC, 84 and 39. RGB value is (188,132,57). Sum of RGB (Red+Green+Blue) = 188+132+57=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8439 is #437BC6. Grayscale: #8C8C8C. Windows color (decimal): -4422599 or 3769532. OLE color: 3769532.

HSL color Cylindrical-coordinate representation of color #BC8439: hue angle of 34.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8439 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 57 -
CMYK 0 0.30 0.70 0.26
HSL 34.35º 0.53% 0.48% -
HSV(B) 34.35º 0.7% 0.74% -
XYZ 29.73 27.49 7.61 -
YUV 140.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 188 132 57 0 0.30 0.70 0.26 34.35 0.53 0.48
Hex BC 84 39 0 1E 46 1A 22 35 30
Octal 274 204 71 0 36 106 32 42 65 60
Binary 10111100 10000100 111001 0 11110 1000110 11010 100010 110101 110000

Color Harmonies of #BC8439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8439

Black with #BC8439

Text Example


Text Example

White with #BC8439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8439; }

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

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

background-color css

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

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

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

border-color css

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

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

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