Html Css Color HEX #BC843D Marigold

📋 copy color: '#BC843D'

red 188 ◦ green 132 ◦ blue 61

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

Shades of Marigold #BC843D

Tints of Marigold #BC843D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 49.34%
G = 34.65%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC843D (or 0xBC843D) is known color: Marigold. HEX triplet: BC, 84 and 3D. RGB value is (188,132,61). Sum of RGB (Red+Green+Blue) = 188+132+61=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC843D is #437BC2. Grayscale: #8C8C8C. Windows color (decimal): -4422595 or 4031676. OLE color: 4031676.

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

Color convert

RGB 188 132 61 -
CMYK 0 0.30 0.68 0.26
HSL 33.54º 0.51% 0.49% -
HSV(B) 33.54º 0.68% 0.74% -
XYZ 29.83 27.53 8.16 -
YUV 140.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 188 132 61 0 0.30 0.68 0.26 33.54 0.51 0.49
Hex BC 84 3D 0 1E 44 1A 22 33 31
Octal 274 204 75 0 36 104 32 42 63 61
Binary 10111100 10000100 111101 0 11110 1000100 11010 100010 110011 110001

Color Harmonies of #BC843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC843D

Black with #BC843D

Text Example


Text Example

White with #BC843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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