Html Css Color HEX #B48647 Marigold

📋 copy color: '#B48647'

red 180 ◦ green 134 ◦ blue 71

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

Shades of Marigold #B48647

Tints of Marigold #B48647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 46.75%
G = 34.81%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B48647 (or 0xB48647) is known color: Marigold. HEX triplet: B4, 86 and 47. RGB value is (180,134,71). Sum of RGB (Red+Green+Blue) = 180+134+71=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B48647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48647 is #4B79B8. Grayscale: #8C8C8C. Windows color (decimal): -4946361 or 4687540. OLE color: 4687540.

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

Color convert

RGB 180 134 71 -
CMYK 0 0.26 0.61 0.29
HSL 34.68º 0.43% 0.49% -
HSV(B) 34.68º 0.61% 0.71% -
XYZ 28.48 27.21 9.71 -
YUV 140.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 180 134 71 0 0.26 0.61 0.29 34.68 0.43 0.49
Hex B4 86 47 0 1A 3D 1D 23 2B 31
Octal 264 206 107 0 32 75 35 43 53 61
Binary 10110100 10000110 1000111 0 11010 111101 11101 100011 101011 110001

Color Harmonies of #B48647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48647

Black with #B48647

Text Example


Text Example

White with #B48647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48647; }

 p { color: rgb(180,134,71); }

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

background-color css

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

 a { background-color: rgb(180,134,71); }

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

border-color css

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

 span { border-color: rgb(180,134,71); }

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