Html Css Color HEX #B18344 Marigold

📋 copy color: '#B18344'

red 177 ◦ green 131 ◦ blue 68

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

Shades of Marigold #B18344

Tints of Marigold #B18344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 47.07%
G = 34.84%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B18344 (or 0xB18344) is known color: Marigold. HEX triplet: B1, 83 and 44. RGB value is (177,131,68). Sum of RGB (Red+Green+Blue) = 177+131+68=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18344 is #4E7CBB. Grayscale: #898989. Windows color (decimal): -5143740 or 4490161. OLE color: 4490161.

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

Color convert

RGB 177 131 68 -
CMYK 0 0.26 0.62 0.31
HSL 34.68º 0.44% 0.48% -
HSV(B) 34.68º 0.62% 0.69% -
XYZ 27.29 26 9.05 -
YUV 137.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 177 131 68 0 0.26 0.62 0.31 34.68 0.44 0.48
Hex B1 83 44 0 1A 3E 1F 23 2C 30
Octal 261 203 104 0 32 76 37 43 54 60
Binary 10110001 10000011 1000100 0 11010 111110 11111 100011 101100 110000

Color Harmonies of #B18344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18344

Black with #B18344

Text Example


Text Example

White with #B18344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18344; }

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

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

background-color css

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

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

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

border-color css

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

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

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