#B98E33

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

Shades of Hokey Pokey #B98E33

Tints of Hokey Pokey #B98E33

Color information

#B98E33 (or 0xB98E33) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8E and 33. RGB value is (185,142,51). Sum of RGB (Red+Green+Blue) = 185+142+51=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E33 is #4671CC. Grayscale: #909090. Windows color (decimal): -4616653 or 3378873. OLE color: 3378873.

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

Color convert

RGB18514251-
CMYK00.230.720.27
HSL40.75º56.78%46.27%-
HSV(B)40.75º72.43%72.55%-
XYZ30.2829.97.31-
YUV144.4875.25156.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=48.94%
G=37.57%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851425100.230.720.2740.7556.7846.27
HexB98E33017481B29392e
Octal2712166302711033517156
Binary1011100110001110110011010111100100011011101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E33; }

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

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

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

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

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

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

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

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