Html Css Color HEX #B18846 Marigold

📋 copy color: '#B18846'

red 177 ◦ green 136 ◦ blue 70

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

Shades of Marigold #B18846

Tints of Marigold #B18846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 46.21%
G = 35.51%
B = 18.28%

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

#B18846 (or 0xB18846) is known color: Marigold. HEX triplet: B1, 88 and 46. RGB value is (177,136,70). Sum of RGB (Red+Green+Blue) = 177+136+70=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18846 is #4E77B9. Grayscale: #8D8D8D. Windows color (decimal): -5142458 or 4622513. OLE color: 4622513.

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

Color convert

RGB 177 136 70 -
CMYK 0 0.23 0.60 0.31
HSL 37.01º 0.43% 0.48% -
HSV(B) 37.01º 0.6% 0.69% -
XYZ 28.04 27.4 9.6 -
YUV 140.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 177 136 70 0 0.23 0.60 0.31 37.01 0.43 0.48
Hex B1 88 46 0 17 3C 1F 25 2B 30
Octal 261 210 106 0 27 74 37 45 53 60
Binary 10110001 10001000 1000110 0 10111 111100 11111 100101 101011 110000

Color Harmonies of #B18846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18846

Black with #B18846

Text Example


Text Example

White with #B18846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18846; }

 p { color: rgb(177,136,70); }

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

background-color css

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

 a { background-color: rgb(177,136,70); }

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

border-color css

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

 span { border-color: rgb(177,136,70); }

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