Html Css Color HEX #B98541 Marigold

📋 copy color: '#B98541'

red 185 ◦ green 133 ◦ blue 65

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

Shades of Marigold #B98541

Tints of Marigold #B98541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 48.3%
G = 34.73%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B98541 (or 0xB98541) is known color: Marigold. HEX triplet: B9, 85 and 41. RGB value is (185,133,65). Sum of RGB (Red+Green+Blue) = 185+133+65=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B98541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98541 is #467ABE. Grayscale: #8D8D8D. Windows color (decimal): -4618943 or 4294073. OLE color: 4294073.

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

Color convert

RGB 185 133 65 -
CMYK 0 0.28 0.65 0.27
HSL 34º 0.48% 0.49% -
HSV(B) 34º 0.65% 0.73% -
XYZ 29.35 27.47 8.76 -
YUV 140.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 185 133 65 0 0.28 0.65 0.27 34 0.48 0.49
Hex B9 85 41 0 1C 41 1B 22 30 31
Octal 271 205 101 0 34 101 33 42 60 61
Binary 10111001 10000101 1000001 0 11100 1000001 11011 100010 110000 110001

Color Harmonies of #B98541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98541

Black with #B98541

Text Example


Text Example

White with #B98541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98541; }

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

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

background-color css

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

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

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

border-color css

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

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

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