Html Css Color HEX #B98C44 Marigold

📋 copy color: '#B98C44'

red 185 ◦ green 140 ◦ blue 68

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

Shades of Marigold #B98C44

Tints of Marigold #B98C44

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 47.07%
G = 35.62%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B98C44 (or 0xB98C44) is known color: Marigold. HEX triplet: B9, 8C and 44. RGB value is (185,140,68). Sum of RGB (Red+Green+Blue) = 185+140+68=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C44 is #4673BB. Grayscale: #919191. Windows color (decimal): -4617148 or 4492473. OLE color: 4492473.

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

Color convert

RGB 185 140 68 -
CMYK 0 0.24 0.63 0.27
HSL 36.92º 0.46% 0.5% -
HSV(B) 36.92º 0.63% 0.73% -
XYZ 30.43 29.49 9.56 -
YUV 145.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 185 140 68 0 0.24 0.63 0.27 36.92 0.46 0.5
Hex B9 8C 44 0 18 3F 1B 25 2E 32
Octal 271 214 104 0 30 77 33 45 56 62
Binary 10111001 10001100 1000100 0 11000 111111 11011 100101 101110 110010

Color Harmonies of #B98C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C44

Black with #B98C44

Text Example


Text Example

White with #B98C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C44; }

 p { color: rgb(185,140,68); }

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

background-color css

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

 a { background-color: rgb(185,140,68); }

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

border-color css

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

 span { border-color: rgb(185,140,68); }

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