Html Css Color HEX #B98846 Marigold

📋 copy color: '#B98846'

red 185 ◦ green 136 ◦ blue 70

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

Shades of Marigold #B98846

Tints of Marigold #B98846

RGB

 RED value IS 185 (72.66% from 255) = 47.31%

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 47.31%
G = 34.78%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B98846 (or 0xB98846) is known color: Marigold. HEX triplet: B9, 88 and 46. RGB value is (185,136,70). Sum of RGB (Red+Green+Blue) = 185+136+70=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B98846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98846 is #4677B9. Grayscale: #8F8F8F. Windows color (decimal): -4618170 or 4622521. OLE color: 4622521.

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

Color convert

RGB 185 136 70 -
CMYK 0 0.26 0.62 0.27
HSL 34.43º 0.45% 0.5% -
HSV(B) 34.43º 0.62% 0.73% -
XYZ 29.92 28.36 9.69 -
YUV 143.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 185 136 70 0 0.26 0.62 0.27 34.43 0.45 0.5
Hex B9 88 46 0 1A 3E 1B 22 2D 32
Octal 271 210 106 0 32 76 33 42 55 62
Binary 10111001 10001000 1000110 0 11010 111110 11011 100010 101101 110010

Color Harmonies of #B98846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98846

Black with #B98846

Text Example


Text Example

White with #B98846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98846; }

 p { color: rgb(185,136,70); }

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

background-color css

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

 a { background-color: rgb(185,136,70); }

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

border-color css

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

 span { border-color: rgb(185,136,70); }

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