Html Css Color HEX #B18142 Marigold

📋 copy color: '#B18142'

red 177 ◦ green 129 ◦ blue 66

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

Shades of Marigold #B18142

Tints of Marigold #B18142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 47.58%
G = 34.68%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B18142 (or 0xB18142) is known color: Marigold. HEX triplet: B1, 81 and 42. RGB value is (177,129,66). Sum of RGB (Red+Green+Blue) = 177+129+66=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B18142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18142 is #4E7EBD. Grayscale: #888888. Windows color (decimal): -5144254 or 4358577. OLE color: 4358577.

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

Color convert

RGB 177 129 66 -
CMYK 0 0.27 0.63 0.31
HSL 34.05º 0.46% 0.48% -
HSV(B) 34.05º 0.63% 0.69% -
XYZ 26.97 25.44 8.64 -
YUV 136.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 177 129 66 0 0.27 0.63 0.31 34.05 0.46 0.48
Hex B1 81 42 0 1B 3F 1F 22 2E 30
Octal 261 201 102 0 33 77 37 42 56 60
Binary 10110001 10000001 1000010 0 11011 111111 11111 100010 101110 110000

Color Harmonies of #B18142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18142

Black with #B18142

Text Example


Text Example

White with #B18142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18142; }

 p { color: rgb(177,129,66); }

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

background-color css

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

 a { background-color: rgb(177,129,66); }

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

border-color css

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

 span { border-color: rgb(177,129,66); }

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