Html Css Color HEX #B48D3B Marigold

📋 copy color: '#B48D3B'

red 180 ◦ green 141 ◦ blue 59

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

Shades of Marigold #B48D3B

Tints of Marigold #B48D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 47.37%
G = 37.11%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B48D3B (or 0xB48D3B) is known color: Marigold. HEX triplet: B4, 8D and 3B. RGB value is (180,141,59). Sum of RGB (Red+Green+Blue) = 180+141+59=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D3B is #4B72C4. Grayscale: #8F8F8F. Windows color (decimal): -4944581 or 3902900. OLE color: 3902900.

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

Color convert

RGB 180 141 59 -
CMYK 0 0.22 0.67 0.29
HSL 40.66º 0.51% 0.47% -
HSV(B) 40.66º 0.67% 0.71% -
XYZ 29.14 29.07 8.21 -
YUV 143.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 180 141 59 0 0.22 0.67 0.29 40.66 0.51 0.47
Hex B4 8D 3B 0 16 43 1D 29 33 2F
Octal 264 215 73 0 26 103 35 51 63 57
Binary 10110100 10001101 111011 0 10110 1000011 11101 101001 110011 101111

Color Harmonies of #B48D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D3B

Black with #B48D3B

Text Example


Text Example

White with #B48D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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