Html Css Color HEX #B88546 Marigold

📋 copy color: '#B88546'

red 184 ◦ green 133 ◦ blue 70

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

Shades of Marigold #B88546

Tints of Marigold #B88546

RGB

 RED value IS 184 (72.27% from 255) = 47.55%

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 47.55%
G = 34.37%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88546 (or 0xB88546) is known color: Marigold. HEX triplet: B8, 85 and 46. RGB value is (184,133,70). Sum of RGB (Red+Green+Blue) = 184+133+70=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B88546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88546 is #477AB9. Grayscale: #8D8D8D. Windows color (decimal): -4684474 or 4621752. OLE color: 4621752.

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

Color convert

RGB 184 133 70 -
CMYK 0 0.28 0.62 0.28
HSL 33.16º 0.45% 0.5% -
HSV(B) 33.16º 0.62% 0.72% -
XYZ 29.26 27.41 9.54 -
YUV 141.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 184 133 70 0 0.28 0.62 0.28 33.16 0.45 0.5
Hex B8 85 46 0 1C 3E 1C 21 2D 32
Octal 270 205 106 0 34 76 34 41 55 62
Binary 10111000 10000101 1000110 0 11100 111110 11100 100001 101101 110010

Color Harmonies of #B88546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88546

Black with #B88546

Text Example


Text Example

White with #B88546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88546; }

 p { color: rgb(184,133,70); }

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

background-color css

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

 a { background-color: rgb(184,133,70); }

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

border-color css

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

 span { border-color: rgb(184,133,70); }

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