Html Css Color HEX #B88946 Marigold

📋 copy color: '#B88946'

red 184 ◦ green 137 ◦ blue 70

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

Shades of Marigold #B88946

Tints of Marigold #B88946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

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

R = 47.06%
G = 35.04%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88946 (or 0xB88946) is known color: Marigold. HEX triplet: B8, 89 and 46. RGB value is (184,137,70). Sum of RGB (Red+Green+Blue) = 184+137+70=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B88946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88946 is #4776B9. Grayscale: #8F8F8F. Windows color (decimal): -4683450 or 4622776. OLE color: 4622776.

HSL color Cylindrical-coordinate representation of color #B88946: hue angle of 35.26º 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 #B88946 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 70 -
CMYK 0 0.26 0.62 0.28
HSL 35.26º 0.45% 0.5% -
HSV(B) 35.26º 0.62% 0.72% -
XYZ 29.82 28.52 9.73 -
YUV 143.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 184 137 70 0 0.26 0.62 0.28 35.26 0.45 0.5
Hex B8 89 46 0 1A 3E 1C 23 2D 32
Octal 270 211 106 0 32 76 34 43 55 62
Binary 10111000 10001001 1000110 0 11010 111110 11100 100011 101101 110010

Color Harmonies of #B88946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88946

Black with #B88946

Text Example


Text Example

White with #B88946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88946; }

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

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

background-color css

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

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

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

border-color css

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

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

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