#B98C31

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

Shades of Hokey Pokey #B98C31

Tints of Hokey Pokey #B98C31

Color information

#B98C31 (or 0xB98C31) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8C and 31. RGB value is (185,140,49). Sum of RGB (Red+Green+Blue) = 185+140+49=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C31 is #4673CE. Grayscale: #8F8F8F. Windows color (decimal): -4617167 or 3247289. OLE color: 3247289.

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

Color convert

RGB18514049-
CMYK00.240.740.27
HSL40.15º58.12%45.88%-
HSV(B)40.15º73.51%72.55%-
XYZ29.9429.296.98-
YUV143.0874.91157.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=49.47%
G=37.43%
B=13.10%

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
Decimal1851404900.240.740.2740.1558.1245.88
HexB98C310184A1B283a2e
Octal2712146103011233507256
Binary1011100110001100110001011000100101011011101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C31; }

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

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

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

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

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

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

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

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