Html Css Color HEX #B48D3D Marigold

📋 copy color: '#B48D3D'

red 180 ◦ green 141 ◦ blue 61

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

Shades of Marigold #B48D3D

Tints of Marigold #B48D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 47.12%
G = 36.91%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B48D3D (or 0xB48D3D) is known color: Marigold. HEX triplet: B4, 8D and 3D. RGB value is (180,141,61). Sum of RGB (Red+Green+Blue) = 180+141+61=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D3D is #4B72C2. Grayscale: #8F8F8F. Windows color (decimal): -4944579 or 4033972. OLE color: 4033972.

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

Color convert

RGB 180 141 61 -
CMYK 0 0.22 0.66 0.29
HSL 40.34º 0.49% 0.47% -
HSV(B) 40.34º 0.66% 0.71% -
XYZ 29.19 29.09 8.49 -
YUV 143.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 180 141 61 0 0.22 0.66 0.29 40.34 0.49 0.47
Hex B4 8D 3D 0 16 42 1D 28 31 2F
Octal 264 215 75 0 26 102 35 50 61 57
Binary 10110100 10001101 111101 0 10110 1000010 11101 101000 110001 101111

Color Harmonies of #B48D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D3D

Black with #B48D3D

Text Example


Text Example

White with #B48D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D3D; }

 p { color: rgb(180,141,61); }

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

background-color css

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

 a { background-color: rgb(180,141,61); }

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

border-color css

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

 span { border-color: rgb(180,141,61); }

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