Html Css Color HEX #BC8743 Marigold

📋 copy color: '#BC8743'

red 188 ◦ green 135 ◦ blue 67

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

Shades of Marigold #BC8743

Tints of Marigold #BC8743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 48.21%
G = 34.62%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8743 (or 0xBC8743) is known color: Marigold. HEX triplet: BC, 87 and 43. RGB value is (188,135,67). Sum of RGB (Red+Green+Blue) = 188+135+67=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8743 is #4378BC. Grayscale: #8F8F8F. Windows color (decimal): -4421821 or 4425660. OLE color: 4425660.

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

Color convert

RGB 188 135 67 -
CMYK 0 0.28 0.64 0.26
HSL 33.72º 0.47% 0.5% -
HSV(B) 33.72º 0.64% 0.74% -
XYZ 30.42 28.42 9.19 -
YUV 143.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 188 135 67 0 0.28 0.64 0.26 33.72 0.47 0.5
Hex BC 87 43 0 1C 40 1A 22 2F 32
Octal 274 207 103 0 34 100 32 42 57 62
Binary 10111100 10000111 1000011 0 11100 1000000 11010 100010 101111 110010

Color Harmonies of #BC8743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8743

Black with #BC8743

Text Example


Text Example

White with #BC8743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8743; }

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

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

background-color css

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

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

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

border-color css

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

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

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