Html Css Color HEX #B18842 Marigold

📋 copy color: '#B18842'

red 177 ◦ green 136 ◦ blue 66

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

Shades of Marigold #B18842

Tints of Marigold #B18842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 46.7%
G = 35.88%
B = 17.41%

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

#B18842 (or 0xB18842) is known color: Marigold. HEX triplet: B1, 88 and 42. RGB value is (177,136,66). Sum of RGB (Red+Green+Blue) = 177+136+66=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18842 is #4E77BD. Grayscale: #8C8C8C. Windows color (decimal): -5142462 or 4360369. OLE color: 4360369.

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

Color convert

RGB 177 136 66 -
CMYK 0 0.23 0.63 0.31
HSL 37.84º 0.46% 0.48% -
HSV(B) 37.84º 0.63% 0.69% -
XYZ 27.92 27.35 8.96 -
YUV 140.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 177 136 66 0 0.23 0.63 0.31 37.84 0.46 0.48
Hex B1 88 42 0 17 3F 1F 26 2E 30
Octal 261 210 102 0 27 77 37 46 56 60
Binary 10110001 10001000 1000010 0 10111 111111 11111 100110 101110 110000

Color Harmonies of #B18842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18842

Black with #B18842

Text Example


Text Example

White with #B18842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18842; }

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

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

background-color css

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

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

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

border-color css

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

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

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