Html Css Color HEX #BC8844 Marigold

📋 copy color: '#BC8844'

red 188 ◦ green 136 ◦ blue 68

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

Shades of Marigold #BC8844

Tints of Marigold #BC8844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 47.96%
G = 34.69%
B = 17.35%

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

#BC8844 (or 0xBC8844) is known color: Marigold. HEX triplet: BC, 88 and 44. RGB value is (188,136,68). Sum of RGB (Red+Green+Blue) = 188+136+68=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8844 is #4377BB. Grayscale: #909090. Windows color (decimal): -4421564 or 4491452. OLE color: 4491452.

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

Color convert

RGB 188 136 68 -
CMYK 0 0.28 0.64 0.26
HSL 34º 0.47% 0.5% -
HSV(B) 34º 0.64% 0.74% -
XYZ 30.59 28.72 9.4 -
YUV 143.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 188 136 68 0 0.28 0.64 0.26 34 0.47 0.5
Hex BC 88 44 0 1C 40 1A 22 2F 32
Octal 274 210 104 0 34 100 32 42 57 62
Binary 10111100 10001000 1000100 0 11100 1000000 11010 100010 101111 110010

Color Harmonies of #BC8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8844

Black with #BC8844

Text Example


Text Example

White with #BC8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8844; }

 p { color: rgb(188,136,68); }

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

background-color css

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

 a { background-color: rgb(188,136,68); }

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

border-color css

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

 span { border-color: rgb(188,136,68); }

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