Html Css Color HEX #B18947 Marigold

📋 copy color: '#B18947'

red 177 ◦ green 137 ◦ blue 71

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

Shades of Marigold #B18947

Tints of Marigold #B18947

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

 GREEN value IS 137 (53.91% from 255) = 35.58%

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

R = 45.97%
G = 35.58%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18947 (or 0xB18947) is known color: Marigold. HEX triplet: B1, 89 and 47. RGB value is (177,137,71). Sum of RGB (Red+Green+Blue) = 177+137+71=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B18947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18947 is #4E76B8. Grayscale: #8D8D8D. Windows color (decimal): -5142201 or 4688305. OLE color: 4688305.

HSL color Cylindrical-coordinate representation of color #B18947: hue angle of 37.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18947 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 71 -
CMYK 0 0.23 0.60 0.31
HSL 37.36º 0.43% 0.49% -
HSV(B) 37.36º 0.6% 0.69% -
XYZ 28.21 27.69 9.82 -
YUV 141.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 177 137 71 0 0.23 0.60 0.31 37.36 0.43 0.49
Hex B1 89 47 0 17 3C 1F 25 2B 31
Octal 261 211 107 0 27 74 37 45 53 61
Binary 10110001 10001001 1000111 0 10111 111100 11111 100101 101011 110001

Color Harmonies of #B18947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18947

Black with #B18947

Text Example


Text Example

White with #B18947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18947; }

 p { color: rgb(177,137,71); }

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

background-color css

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

 a { background-color: rgb(177,137,71); }

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

border-color css

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

 span { border-color: rgb(177,137,71); }

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