Html Css Color HEX #B98836 Marigold

📋 copy color: '#B98836'

red 185 ◦ green 136 ◦ blue 54

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

Shades of Marigold #B98836

Tints of Marigold #B98836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 49.33%
G = 36.27%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B98836 (or 0xB98836) is known color: Marigold. HEX triplet: B9, 88 and 36. RGB value is (185,136,54). Sum of RGB (Red+Green+Blue) = 185+136+54=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B98836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98836 is #4677C9. Grayscale: #8D8D8D. Windows color (decimal): -4618186 or 3573945. OLE color: 3573945.

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

Color convert

RGB 185 136 54 -
CMYK 0 0.26 0.71 0.27
HSL 37.56º 0.55% 0.47% -
HSV(B) 37.56º 0.71% 0.73% -
XYZ 29.48 28.19 7.38 -
YUV 141.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 185 136 54 0 0.26 0.71 0.27 37.56 0.55 0.47
Hex B9 88 36 0 1A 47 1B 26 37 2F
Octal 271 210 66 0 32 107 33 46 67 57
Binary 10111001 10001000 110110 0 11010 1000111 11011 100110 110111 101111

Color Harmonies of #B98836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98836

Black with #B98836

Text Example


Text Example

White with #B98836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98836; }

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

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

background-color css

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

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

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

border-color css

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

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

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