Html Css Color HEX #B48144 Marigold

📋 copy color: '#B48144'

red 180 ◦ green 129 ◦ blue 68

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

Shades of Marigold #B48144

Tints of Marigold #B48144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.04%

R = 47.75%
G = 34.22%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B48144 (or 0xB48144) is known color: Marigold. HEX triplet: B4, 81 and 44. RGB value is (180,129,68). Sum of RGB (Red+Green+Blue) = 180+129+68=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B48144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48144 is #4B7EBB. Grayscale: #898989. Windows color (decimal): -4947644 or 4489652. OLE color: 4489652.

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

Color convert

RGB 180 129 68 -
CMYK 0 0.28 0.62 0.29
HSL 32.68º 0.45% 0.49% -
HSV(B) 32.68º 0.62% 0.71% -
XYZ 27.72 25.82 8.99 -
YUV 137.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 180 129 68 0 0.28 0.62 0.29 32.68 0.45 0.49
Hex B4 81 44 0 1C 3E 1D 21 2D 31
Octal 264 201 104 0 34 76 35 41 55 61
Binary 10110100 10000001 1000100 0 11100 111110 11101 100001 101101 110001

Color Harmonies of #B48144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48144

Black with #B48144

Text Example


Text Example

White with #B48144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48144; }

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

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

background-color css

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

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

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

border-color css

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

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

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