Html Css Color HEX #B18138 Marigold

📋 copy color: '#B18138'

red 177 ◦ green 129 ◦ blue 56

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

Shades of Marigold #B18138

Tints of Marigold #B18138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 48.9%
G = 35.64%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B18138 (or 0xB18138) is known color: Marigold. HEX triplet: B1, 81 and 38. RGB value is (177,129,56). Sum of RGB (Red+Green+Blue) = 177+129+56=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B18138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18138 is #4E7EC7. Grayscale: #878787. Windows color (decimal): -5144264 or 3703217. OLE color: 3703217.

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

Color convert

RGB 177 129 56 -
CMYK 0 0.27 0.68 0.31
HSL 36.2º 0.52% 0.46% -
HSV(B) 36.2º 0.68% 0.69% -
XYZ 26.7 25.33 7.22 -
YUV 135.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 177 129 56 0 0.27 0.68 0.31 36.2 0.52 0.46
Hex B1 81 38 0 1B 44 1F 24 34 2E
Octal 261 201 70 0 33 104 37 44 64 56
Binary 10110001 10000001 111000 0 11011 1000100 11111 100100 110100 101110

Color Harmonies of #B18138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18138

Black with #B18138

Text Example


Text Example

White with #B18138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18138; }

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

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

background-color css

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

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

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

border-color css

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

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

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