Html Css Color HEX #B48440 Marigold

📋 copy color: '#B48440'

red 180 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B48440

Tints of Marigold #B48440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 47.87%
G = 35.11%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48440 (or 0xB48440) is known color: Marigold. HEX triplet: B4, 84 and 40. RGB value is (180,132,64). Sum of RGB (Red+Green+Blue) = 180+132+64=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48440 is #4B7BBF. Grayscale: #8A8A8A. Windows color (decimal): -4946880 or 4228276. OLE color: 4228276.

HSL color Cylindrical-coordinate representation of color #B48440: hue angle of 35.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B48440 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 64 -
CMYK 0 0.27 0.64 0.29
HSL 35.17º 0.48% 0.48% -
HSV(B) 35.17º 0.64% 0.71% -
XYZ 28 26.58 8.5 -
YUV 138.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 180 132 64 0 0.27 0.64 0.29 35.17 0.48 0.48
Hex B4 84 40 0 1B 40 1D 23 30 30
Octal 264 204 100 0 33 100 35 43 60 60
Binary 10110100 10000100 1000000 0 11011 1000000 11101 100011 110000 110000

Color Harmonies of #B48440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48440

Black with #B48440

Text Example


Text Example

White with #B48440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48440; }

 p { color: rgb(180,132,64); }

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

background-color css

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

 a { background-color: rgb(180,132,64); }

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

border-color css

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

 span { border-color: rgb(180,132,64); }

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