#B98D31

Color #B98D31 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #B98D31

Tints of Hokey Pokey #B98D31

Color information

#B98D31 (or 0xB98D31) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8D and 31. RGB value is (185,141,49). Sum of RGB (Red+Green+Blue) = 185+141+49=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D31 is #4672CE. Grayscale: #909090. Windows color (decimal): -4616911 or 3247545. OLE color: 3247545.

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

Color convert

RGB18514149-
CMYK00.240.740.27
HSL40.59º58.12%45.88%-
HSV(B)40.59º73.51%72.55%-
XYZ30.0929.597.03-
YUV143.6774.58157.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=49.33%
G=37.6%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851414900.240.740.2740.5958.1245.88
HexB98D310184A1B293a2e
Octal2712156103011233517256
Binary1011100110001101110001011000100101011011101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D31; }

 p { color: rgb(185,141,49); }

 H1.HeaderClassName
 {
   color: #B98D31;
 }
 .AnyTagClassName
 {
   color: #B98D31;
 }
</style>
background-color css

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

 a { background-color: rgb(185,141,49); }

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

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

 span { border-color: rgb(185,141,49); }

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