Html Css Color HEX #BC8943 Marigold

📋 copy color: '#BC8943'

red 188 ◦ green 137 ◦ blue 67

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

Shades of Marigold #BC8943

Tints of Marigold #BC8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 47.96%
G = 34.95%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8943 (or 0xBC8943) is known color: Marigold. HEX triplet: BC, 89 and 43. RGB value is (188,137,67). Sum of RGB (Red+Green+Blue) = 188+137+67=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8943 is #4376BC. Grayscale: #909090. Windows color (decimal): -4421309 or 4426172. OLE color: 4426172.

HSL color Cylindrical-coordinate representation of color #BC8943: hue angle of 34.71º 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 #BC8943 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 67 -
CMYK 0 0.27 0.64 0.26
HSL 34.71º 0.47% 0.5% -
HSV(B) 34.71º 0.64% 0.74% -
XYZ 30.7 28.99 9.29 -
YUV 144.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 188 137 67 0 0.27 0.64 0.26 34.71 0.47 0.5
Hex BC 89 43 0 1B 40 1A 23 2F 32
Octal 274 211 103 0 33 100 32 43 57 62
Binary 10111100 10001001 1000011 0 11011 1000000 11010 100011 101111 110010

Color Harmonies of #BC8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8943

Black with #BC8943

Text Example


Text Example

White with #BC8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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