Html Css Color HEX #BD8744 Marigold

📋 copy color: '#BD8744'

red 189 ◦ green 135 ◦ blue 68

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

Shades of Marigold #BD8744

Tints of Marigold #BD8744

RGB

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

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

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

R = 48.21%
G = 34.44%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD8744 (or 0xBD8744) is known color: Marigold. HEX triplet: BD, 87 and 44. RGB value is (189,135,68). Sum of RGB (Red+Green+Blue) = 189+135+68=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8744 is #4278BB. Grayscale: #8F8F8F. Windows color (decimal): -4356284 or 4491197. OLE color: 4491197.

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

Color convert

RGB 189 135 68 -
CMYK 0 0.29 0.64 0.26
HSL 33.22º 0.48% 0.5% -
HSV(B) 33.22º 0.64% 0.74% -
XYZ 30.69 28.56 9.36 -
YUV 143.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 189 135 68 0 0.29 0.64 0.26 33.22 0.48 0.5
Hex BD 87 44 0 1D 40 1A 21 30 32
Octal 275 207 104 0 35 100 32 41 60 62
Binary 10111101 10000111 1000100 0 11101 1000000 11010 100001 110000 110010

Color Harmonies of #BD8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8744

Black with #BD8744

Text Example


Text Example

White with #BD8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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