Html Css Color HEX #B18941 Marigold

📋 copy color: '#B18941'

red 177 ◦ green 137 ◦ blue 65

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

Shades of Marigold #B18941

Tints of Marigold #B18941

RGB

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

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

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

R = 46.7%
G = 36.15%
B = 17.15%

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

#B18941 (or 0xB18941) is known color: Marigold. HEX triplet: B1, 89 and 41. RGB value is (177,137,65). Sum of RGB (Red+Green+Blue) = 177+137+65=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18941 is #4E76BE. Grayscale: #8D8D8D. Windows color (decimal): -5142207 or 4295089. OLE color: 4295089.

HSL color Cylindrical-coordinate representation of color #B18941: hue angle of 38.57º 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 #B18941 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 65 -
CMYK 0 0.23 0.63 0.31
HSL 38.57º 0.46% 0.47% -
HSV(B) 38.57º 0.63% 0.69% -
XYZ 28.03 27.62 8.85 -
YUV 140.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 177 137 65 0 0.23 0.63 0.31 38.57 0.46 0.47
Hex B1 89 41 0 17 3F 1F 27 2E 2F
Octal 261 211 101 0 27 77 37 47 56 57
Binary 10110001 10001001 1000001 0 10111 111111 11111 100111 101110 101111

Color Harmonies of #B18941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18941

Black with #B18941

Text Example


Text Example

White with #B18941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18941; }

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

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

background-color css

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

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

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

border-color css

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

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

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