Html Css Color HEX #B18444 Marigold

📋 copy color: '#B18444'

red 177 ◦ green 132 ◦ blue 68

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

Shades of Marigold #B18444

Tints of Marigold #B18444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 46.95%
G = 35.01%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B18444 (or 0xB18444) is known color: Marigold. HEX triplet: B1, 84 and 44. RGB value is (177,132,68). Sum of RGB (Red+Green+Blue) = 177+132+68=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18444 is #4E7BBB. Grayscale: #8A8A8A. Windows color (decimal): -5143484 or 4490417. OLE color: 4490417.

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

Color convert

RGB 177 132 68 -
CMYK 0 0.25 0.62 0.31
HSL 35.23º 0.44% 0.48% -
HSV(B) 35.23º 0.62% 0.69% -
XYZ 27.43 26.27 9.09 -
YUV 138.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 177 132 68 0 0.25 0.62 0.31 35.23 0.44 0.48
Hex B1 84 44 0 19 3E 1F 23 2C 30
Octal 261 204 104 0 31 76 37 43 54 60
Binary 10110001 10000100 1000100 0 11001 111110 11111 100011 101100 110000

Color Harmonies of #B18444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18444

Black with #B18444

Text Example


Text Example

White with #B18444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18444; }

 p { color: rgb(177,132,68); }

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

background-color css

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

 a { background-color: rgb(177,132,68); }

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

border-color css

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

 span { border-color: rgb(177,132,68); }

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