Html Css Color HEX #B98736 Marigold

📋 copy color: '#B98736'

red 185 ◦ green 135 ◦ blue 54

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

Shades of Marigold #B98736

Tints of Marigold #B98736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 49.47%
G = 36.1%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B98736 (or 0xB98736) is known color: Marigold. HEX triplet: B9, 87 and 36. RGB value is (185,135,54). Sum of RGB (Red+Green+Blue) = 185+135+54=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98736 is #4678C9. Grayscale: #8D8D8D. Windows color (decimal): -4618442 or 3573689. OLE color: 3573689.

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

Color convert

RGB 185 135 54 -
CMYK 0 0.27 0.71 0.27
HSL 37.1º 0.55% 0.47% -
HSV(B) 37.1º 0.71% 0.73% -
XYZ 29.34 27.91 7.33 -
YUV 140.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 185 135 54 0 0.27 0.71 0.27 37.1 0.55 0.47
Hex B9 87 36 0 1B 47 1B 25 37 2F
Octal 271 207 66 0 33 107 33 45 67 57
Binary 10111001 10000111 110110 0 11011 1000111 11011 100101 110111 101111

Color Harmonies of #B98736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98736

Black with #B98736

Text Example


Text Example

White with #B98736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98736; }

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

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

background-color css

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

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

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

border-color css

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

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

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