Html Css Color HEX #B48139 Marigold

📋 copy color: '#B48139'

red 180 ◦ green 129 ◦ blue 57

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

Shades of Marigold #B48139

Tints of Marigold #B48139

RGB

 RED value IS 180 (70.7% from 255) = 49.18%

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

 BLUE value IS 57 (22.66% from 255) = 15.57%

R = 49.18%
G = 35.25%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B48139 (or 0xB48139) is known color: Marigold. HEX triplet: B4, 81 and 39. RGB value is (180,129,57). Sum of RGB (Red+Green+Blue) = 180+129+57=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48139 is #4B7EC6. Grayscale: #888888. Windows color (decimal): -4947655 or 3768756. OLE color: 3768756.

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

Color convert

RGB 180 129 57 -
CMYK 0 0.28 0.68 0.29
HSL 35.12º 0.52% 0.46% -
HSV(B) 35.12º 0.68% 0.71% -
XYZ 27.41 25.7 7.39 -
YUV 136.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 180 129 57 0 0.28 0.68 0.29 35.12 0.52 0.46
Hex B4 81 39 0 1C 44 1D 23 34 2E
Octal 264 201 71 0 34 104 35 43 64 56
Binary 10110100 10000001 111001 0 11100 1000100 11101 100011 110100 101110

Color Harmonies of #B48139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48139

Black with #B48139

Text Example


Text Example

White with #B48139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48139; }

 p { color: rgb(180,129,57); }

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

background-color css

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

 a { background-color: rgb(180,129,57); }

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

border-color css

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

 span { border-color: rgb(180,129,57); }

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