Html Css Color HEX #BD8740 Marigold

📋 copy color: '#BD8740'

red 189 ◦ green 135 ◦ blue 64

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

Shades of Marigold #BD8740

Tints of Marigold #BD8740

RGB

 RED value IS 189 (74.22% from 255) = 48.71%

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

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 48.71%
G = 34.79%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD8740 (or 0xBD8740) is known color: Marigold. HEX triplet: BD, 87 and 40. RGB value is (189,135,64). Sum of RGB (Red+Green+Blue) = 189+135+64=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8740 is #4278BF. Grayscale: #8F8F8F. Windows color (decimal): -4356288 or 4229053. OLE color: 4229053.

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

Color convert

RGB 189 135 64 -
CMYK 0 0.29 0.66 0.26
HSL 34.08º 0.49% 0.5% -
HSV(B) 34.08º 0.66% 0.74% -
XYZ 30.58 28.52 8.74 -
YUV 143.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 189 135 64 0 0.29 0.66 0.26 34.08 0.49 0.5
Hex BD 87 40 0 1D 42 1A 22 31 32
Octal 275 207 100 0 35 102 32 42 61 62
Binary 10111101 10000111 1000000 0 11101 1000010 11010 100010 110001 110010

Color Harmonies of #BD8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8740

Black with #BD8740

Text Example


Text Example

White with #BD8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8740; }

 p { color: rgb(189,135,64); }

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

background-color css

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

 a { background-color: rgb(189,135,64); }

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

border-color css

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

 span { border-color: rgb(189,135,64); }

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