Html Css Color HEX #BC8A43 Marigold

📋 copy color: '#BC8A43'

red 188 ◦ green 138 ◦ blue 67

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

Shades of Marigold #BC8A43

Tints of Marigold #BC8A43

RGB

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

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

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

R = 47.84%
G = 35.11%
B = 17.05%

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

#BC8A43 (or 0xBC8A43) is known color: Marigold. HEX triplet: BC, 8A and 43. RGB value is (188,138,67). Sum of RGB (Red+Green+Blue) = 188+138+67=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A43 is #4375BC. Grayscale: #919191. Windows color (decimal): -4421053 or 4426428. OLE color: 4426428.

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

Color convert

RGB 188 138 67 -
CMYK 0 0.27 0.64 0.26
HSL 35.21º 0.47% 0.5% -
HSV(B) 35.21º 0.64% 0.74% -
XYZ 30.84 29.27 9.34 -
YUV 144.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 188 138 67 0 0.27 0.64 0.26 35.21 0.47 0.5
Hex BC 8A 43 0 1B 40 1A 23 2F 32
Octal 274 212 103 0 33 100 32 43 57 62
Binary 10111100 10001010 1000011 0 11011 1000000 11010 100011 101111 110010

Color Harmonies of #BC8A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A43

Black with #BC8A43

Text Example


Text Example

White with #BC8A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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