#B98E34

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

Shades of Hokey Pokey #B98E34

Tints of Hokey Pokey #B98E34

Color information

#B98E34 (or 0xB98E34) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8E and 34. RGB value is (185,142,52). Sum of RGB (Red+Green+Blue) = 185+142+52=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E34 is #4671CB. Grayscale: #919191. Windows color (decimal): -4616652 or 3444409. OLE color: 3444409.

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

Color convert

RGB18514252-
CMYK00.230.720.27
HSL40.6º56.12%46.47%-
HSV(B)40.6º71.89%72.55%-
XYZ30.329.917.42-
YUV144.675.75156.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=48.81%
G=37.47%
B=13.72%

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
Decimal1851425200.230.720.2740.656.1246.47
HexB98E34017481B29382e
Octal2712166402711033517056
Binary1011100110001110110100010111100100011011101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E34; }

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

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

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

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

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

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

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

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