#b98c32

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

Shades of Hokey Pokey #B98C32

Tints of Hokey Pokey #B98C32

Color information

#B98C32 (or 0xB98C32) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8C and 32. RGB value is (185,140,50). Sum of RGB (Red+Green+Blue) = 185+140+50=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C32 is #4673CD. Grayscale: #8F8F8F. Windows color (decimal): -4617166 or 3312825. OLE color: 3312825.

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

Color convert

RGB18514050-
CMYK00.240.730.27
HSL40º57.45%46.08%-
HSV(B)40º72.97%72.55%-
XYZ29.9629.37.09-
YUV143.275.41157.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=49.33%
G=37.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851405000.240.730.274057.4546.08
HexB98C32018491B28392e
Octal2712146203011133507156
Binary1011100110001100110010011000100100111011101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98c32; }

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

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

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

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

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

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

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

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