Html Css Color HEX #B48240 Marigold

📋 copy color: '#B48240'

red 180 ◦ green 130 ◦ blue 64

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

Shades of Marigold #B48240

Tints of Marigold #B48240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

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

R = 48.13%
G = 34.76%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48240 (or 0xB48240) is known color: Marigold. HEX triplet: B4, 82 and 40. RGB value is (180,130,64). Sum of RGB (Red+Green+Blue) = 180+130+64=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B48240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48240 is #4B7DBF. Grayscale: #898989. Windows color (decimal): -4947392 or 4227764. OLE color: 4227764.

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

Color convert

RGB 180 130 64 -
CMYK 0 0.28 0.64 0.29
HSL 34.14º 0.48% 0.48% -
HSV(B) 34.14º 0.64% 0.71% -
XYZ 27.73 26.04 8.41 -
YUV 137.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 180 130 64 0 0.28 0.64 0.29 34.14 0.48 0.48
Hex B4 82 40 0 1C 40 1D 22 30 30
Octal 264 202 100 0 34 100 35 42 60 60
Binary 10110100 10000010 1000000 0 11100 1000000 11101 100010 110000 110000

Color Harmonies of #B48240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48240

Black with #B48240

Text Example


Text Example

White with #B48240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48240; }

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

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

background-color css

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

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

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

border-color css

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

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

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