Html Css Color HEX #B18841 Marigold

📋 copy color: '#B18841'

red 177 ◦ green 136 ◦ blue 65

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

Shades of Marigold #B18841

Tints of Marigold #B18841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 46.83%
G = 35.98%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B18841 (or 0xB18841) is known color: Marigold. HEX triplet: B1, 88 and 41. RGB value is (177,136,65). Sum of RGB (Red+Green+Blue) = 177+136+65=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B18841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18841 is #4E77BE. Grayscale: #8C8C8C. Windows color (decimal): -5142463 or 4294833. OLE color: 4294833.

HSL color Cylindrical-coordinate representation of color #B18841: hue angle of 38.04º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B18841 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 65 -
CMYK 0 0.23 0.63 0.31
HSL 38.04º 0.46% 0.47% -
HSV(B) 38.04º 0.63% 0.69% -
XYZ 27.89 27.34 8.81 -
YUV 140.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 177 136 65 0 0.23 0.63 0.31 38.04 0.46 0.47
Hex B1 88 41 0 17 3F 1F 26 2E 2F
Octal 261 210 101 0 27 77 37 46 56 57
Binary 10110001 10001000 1000001 0 10111 111111 11111 100110 101110 101111

Color Harmonies of #B18841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18841

Black with #B18841

Text Example


Text Example

White with #B18841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18841; }

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

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

background-color css

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

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

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

border-color css

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

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

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