#B98B33

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

Shades of Hokey Pokey #B98B33

Tints of Hokey Pokey #B98B33

Color information

#B98B33 (or 0xB98B33) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8B and 33. RGB value is (185,139,51). Sum of RGB (Red+Green+Blue) = 185+139+51=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B33 is #4674CC. Grayscale: #8F8F8F. Windows color (decimal): -4617421 or 3378105. OLE color: 3378105.

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

Color convert

RGB18513951-
CMYK00.250.720.27
HSL39.4º56.78%46.27%-
HSV(B)39.4º72.43%72.55%-
XYZ29.8429.027.16-
YUV142.7276.24158.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=49.33%
G=37.07%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851395100.250.720.2739.456.7846.27
HexB98B33019481B27392e
Octal2712136303111033477156
Binary1011100110001011110011011001100100011011100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B33; }

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

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

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

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

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

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

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

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