Html Css Color HEX #BD8646 Marigold

📋 copy color: '#BD8646'

red 189 ◦ green 134 ◦ blue 70

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

Shades of Marigold #BD8646

Tints of Marigold #BD8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 48.09%
G = 34.1%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD8646 (or 0xBD8646) is known color: Marigold. HEX triplet: BD, 86 and 46. RGB value is (189,134,70). Sum of RGB (Red+Green+Blue) = 189+134+70=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8646 is #4279B9. Grayscale: #8F8F8F. Windows color (decimal): -4356538 or 4622013. OLE color: 4622013.

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

Color convert

RGB 189 134 70 -
CMYK 0 0.29 0.63 0.26
HSL 32.27º 0.47% 0.51% -
HSV(B) 32.27º 0.63% 0.74% -
XYZ 30.62 28.31 9.65 -
YUV 143.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 189 134 70 0 0.29 0.63 0.26 32.27 0.47 0.51
Hex BD 86 46 0 1D 3F 1A 20 2F 33
Octal 275 206 106 0 35 77 32 40 57 63
Binary 10111101 10000110 1000110 0 11101 111111 11010 100000 101111 110011

Color Harmonies of #BD8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8646

Black with #BD8646

Text Example


Text Example

White with #BD8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8646; }

 p { color: rgb(189,134,70); }

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

background-color css

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

 a { background-color: rgb(189,134,70); }

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

border-color css

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

 span { border-color: rgb(189,134,70); }

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