Html Css Color HEX #B48547 Marigold

📋 copy color: '#B48547'

red 180 ◦ green 133 ◦ blue 71

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

Shades of Marigold #B48547

Tints of Marigold #B48547

RGB

 RED value IS 180 (70.7% from 255) = 46.88%

 GREEN value IS 133 (52.34% from 255) = 34.64%

 BLUE value IS 71 (28.13% from 255) = 18.49%

R = 46.88%
G = 34.64%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B48547 (or 0xB48547) is known color: Marigold. HEX triplet: B4, 85 and 47. RGB value is (180,133,71). Sum of RGB (Red+Green+Blue) = 180+133+71=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B48547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48547 is #4B7AB8. Grayscale: #8C8C8C. Windows color (decimal): -4946617 or 4687284. OLE color: 4687284.

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

Color convert

RGB 180 133 71 -
CMYK 0 0.26 0.61 0.29
HSL 34.13º 0.43% 0.49% -
HSV(B) 34.13º 0.61% 0.71% -
XYZ 28.35 26.93 9.67 -
YUV 139.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 180 133 71 0 0.26 0.61 0.29 34.13 0.43 0.49
Hex B4 85 47 0 1A 3D 1D 22 2B 31
Octal 264 205 107 0 32 75 35 42 53 61
Binary 10110100 10000101 1000111 0 11010 111101 11101 100010 101011 110001

Color Harmonies of #B48547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48547

Black with #B48547

Text Example


Text Example

White with #B48547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48547; }

 p { color: rgb(180,133,71); }

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

background-color css

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

 a { background-color: rgb(180,133,71); }

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

border-color css

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

 span { border-color: rgb(180,133,71); }

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