Html Css Color HEX #BC8A3F Marigold

📋 copy color: '#BC8A3F'

red 188 ◦ green 138 ◦ blue 63

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

Shades of Marigold #BC8A3F

Tints of Marigold #BC8A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 63 (25% from 255) = 16.2%

R = 48.33%
G = 35.48%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8A3F (or 0xBC8A3F) is known color: Marigold. HEX triplet: BC, 8A and 3F. RGB value is (188,138,63). Sum of RGB (Red+Green+Blue) = 188+138+63=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A3F is #4375C0. Grayscale: #909090. Windows color (decimal): -4421057 or 4164284. OLE color: 4164284.

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

Color convert

RGB 188 138 63 -
CMYK 0 0.27 0.66 0.26
HSL 36º 0.5% 0.49% -
HSV(B) 36º 0.66% 0.74% -
XYZ 30.72 29.23 8.72 -
YUV 144.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 188 138 63 0 0.27 0.66 0.26 36 0.5 0.49
Hex BC 8A 3F 0 1B 42 1A 24 32 31
Octal 274 212 77 0 33 102 32 44 62 61
Binary 10111100 10001010 111111 0 11011 1000010 11010 100100 110010 110001

Color Harmonies of #BC8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A3F

Black with #BC8A3F

Text Example


Text Example

White with #BC8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A3F; }

 p { color: rgb(188,138,63); }

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

background-color css

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

 a { background-color: rgb(188,138,63); }

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

border-color css

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

 span { border-color: rgb(188,138,63); }

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