Html Css Color HEX #B18243 Marigold

📋 copy color: '#B18243'

red 177 ◦ green 130 ◦ blue 67

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

Shades of Marigold #B18243

Tints of Marigold #B18243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 47.33%
G = 34.76%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B18243 (or 0xB18243) is known color: Marigold. HEX triplet: B1, 82 and 43. RGB value is (177,130,67). Sum of RGB (Red+Green+Blue) = 177+130+67=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B18243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18243 is #4E7DBC. Grayscale: #898989. Windows color (decimal): -5143997 or 4424369. OLE color: 4424369.

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

Color convert

RGB 177 130 67 -
CMYK 0 0.27 0.62 0.31
HSL 34.36º 0.45% 0.48% -
HSV(B) 34.36º 0.62% 0.69% -
XYZ 27.13 25.72 8.84 -
YUV 136.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 177 130 67 0 0.27 0.62 0.31 34.36 0.45 0.48
Hex B1 82 43 0 1B 3E 1F 22 2D 30
Octal 261 202 103 0 33 76 37 42 55 60
Binary 10110001 10000010 1000011 0 11011 111110 11111 100010 101101 110000

Color Harmonies of #B18243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18243

Black with #B18243

Text Example


Text Example

White with #B18243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18243; }

 p { color: rgb(177,130,67); }

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

background-color css

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

 a { background-color: rgb(177,130,67); }

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

border-color css

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

 span { border-color: rgb(177,130,67); }

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