Html Css Color HEX #B18043 Marigold

📋 copy color: '#B18043'

red 177 ◦ green 128 ◦ blue 67

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

Shades of Marigold #B18043

Tints of Marigold #B18043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 47.58%
G = 34.41%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B18043 (or 0xB18043) is known color: Marigold. HEX triplet: B1, 80 and 43. RGB value is (177,128,67). Sum of RGB (Red+Green+Blue) = 177+128+67=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B18043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18043 is #4E7FBC. Grayscale: #878787. Windows color (decimal): -5144509 or 4423857. OLE color: 4423857.

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

Color convert

RGB 177 128 67 -
CMYK 0 0.28 0.62 0.31
HSL 33.27º 0.45% 0.48% -
HSV(B) 33.27º 0.62% 0.69% -
XYZ 26.86 25.19 8.76 -
YUV 135.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 177 128 67 0 0.28 0.62 0.31 33.27 0.45 0.48
Hex B1 80 43 0 1C 3E 1F 21 2D 30
Octal 261 200 103 0 34 76 37 41 55 60
Binary 10110001 10000000 1000011 0 11100 111110 11111 100001 101101 110000

Color Harmonies of #B18043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18043

Black with #B18043

Text Example


Text Example

White with #B18043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18043; }

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

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

background-color css

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

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

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

border-color css

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

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

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