Html Css Color HEX #B98545 Marigold

📋 copy color: '#B98545'

red 185 ◦ green 133 ◦ blue 69

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

Shades of Marigold #B98545

Tints of Marigold #B98545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 47.8%
G = 34.37%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B98545 (or 0xB98545) is known color: Marigold. HEX triplet: B9, 85 and 45. RGB value is (185,133,69). Sum of RGB (Red+Green+Blue) = 185+133+69=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98545 is #467ABA. Grayscale: #8D8D8D. Windows color (decimal): -4618939 or 4556217. OLE color: 4556217.

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

Color convert

RGB 185 133 69 -
CMYK 0 0.28 0.63 0.27
HSL 33.1º 0.46% 0.5% -
HSV(B) 33.1º 0.63% 0.73% -
XYZ 29.47 27.52 9.39 -
YUV 141.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 185 133 69 0 0.28 0.63 0.27 33.1 0.46 0.5
Hex B9 85 45 0 1C 3F 1B 21 2E 32
Octal 271 205 105 0 34 77 33 41 56 62
Binary 10111001 10000101 1000101 0 11100 111111 11011 100001 101110 110010

Color Harmonies of #B98545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98545

Black with #B98545

Text Example


Text Example

White with #B98545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98545; }

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

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

background-color css

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

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

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

border-color css

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

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

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