#B98D33

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

Shades of Hokey Pokey #B98D33

Tints of Hokey Pokey #B98D33

Color information

#B98D33 (or 0xB98D33) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8D and 33. RGB value is (185,141,51). Sum of RGB (Red+Green+Blue) = 185+141+51=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D33 is #4672CC. Grayscale: #909090. Windows color (decimal): -4616909 or 3378617. OLE color: 3378617.

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

Color convert

RGB18514151-
CMYK00.240.720.27
HSL40.3º56.78%46.27%-
HSV(B)40.3º72.43%72.55%-
XYZ30.1329.67.26-
YUV143.975.58157.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=49.07%
G=37.40%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851415100.240.720.2740.356.7846.27
HexB98D33018481B28392e
Octal2712156303011033507156
Binary1011100110001101110011011000100100011011101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D33; }

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

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

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

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

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

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

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

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