Html Css Color HEX #B98542 Marigold

📋 copy color: '#B98542'

red 185 ◦ green 133 ◦ blue 66

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

Shades of Marigold #B98542

Tints of Marigold #B98542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 48.18%
G = 34.64%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B98542 (or 0xB98542) is known color: Marigold. HEX triplet: B9, 85 and 42. RGB value is (185,133,66). Sum of RGB (Red+Green+Blue) = 185+133+66=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B98542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98542 is #467ABD. Grayscale: #8D8D8D. Windows color (decimal): -4618942 or 4359609. OLE color: 4359609.

HSL color Cylindrical-coordinate representation of color #B98542: hue angle of 33.78º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B98542 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 66 -
CMYK 0 0.28 0.64 0.27
HSL 33.78º 0.47% 0.49% -
HSV(B) 33.78º 0.64% 0.73% -
XYZ 29.38 27.48 8.91 -
YUV 140.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 185 133 66 0 0.28 0.64 0.27 33.78 0.47 0.49
Hex B9 85 42 0 1C 40 1B 22 2F 31
Octal 271 205 102 0 34 100 33 42 57 61
Binary 10111001 10000101 1000010 0 11100 1000000 11011 100010 101111 110001

Color Harmonies of #B98542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98542

Black with #B98542

Text Example


Text Example

White with #B98542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98542; }

 p { color: rgb(185,133,66); }

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

background-color css

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

 a { background-color: rgb(185,133,66); }

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

border-color css

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

 span { border-color: rgb(185,133,66); }

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