Html Css Color HEX #B98647 Marigold

📋 copy color: '#B98647'

red 185 ◦ green 134 ◦ blue 71

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

Shades of Marigold #B98647

Tints of Marigold #B98647

RGB

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

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

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

R = 47.44%
G = 34.36%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B98647 (or 0xB98647) is known color: Marigold. HEX triplet: B9, 86 and 47. RGB value is (185,134,71). Sum of RGB (Red+Green+Blue) = 185+134+71=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B98647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98647 is #4679B8. Grayscale: #8E8E8E. Windows color (decimal): -4618681 or 4687545. OLE color: 4687545.

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

Color convert

RGB 185 134 71 -
CMYK 0 0.28 0.62 0.27
HSL 33.16º 0.45% 0.5% -
HSV(B) 33.16º 0.62% 0.73% -
XYZ 29.67 27.82 9.77 -
YUV 142.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 185 134 71 0 0.28 0.62 0.27 33.16 0.45 0.5
Hex B9 86 47 0 1C 3E 1B 21 2D 32
Octal 271 206 107 0 34 76 33 41 55 62
Binary 10111001 10000110 1000111 0 11100 111110 11011 100001 101101 110010

Color Harmonies of #B98647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98647

Black with #B98647

Text Example


Text Example

White with #B98647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98647; }

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

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

background-color css

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

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

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

border-color css

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

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

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