#B98C38

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

Shades of Hokey Pokey #B98C38

Tints of Hokey Pokey #B98C38

Color information

#B98C38 (or 0xB98C38) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8C and 38. RGB value is (185,140,56). Sum of RGB (Red+Green+Blue) = 185+140+56=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C38 is #4673C7. Grayscale: #909090. Windows color (decimal): -4617160 or 3706041. OLE color: 3706041.

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

Color convert

RGB18514056-
CMYK00.240.700.27
HSL39.07º53.53%47.25%-
HSV(B)39.07º69.73%72.55%-
XYZ30.129.367.82-
YUV143.8878.41157.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=48.56%
G=36.75%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851405600.240.700.2739.0753.5347.25
HexB98C38018461B27362f
Octal2712147003010633476657
Binary1011100110001100111000011000100011011011100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C38; }

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

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

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

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

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

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

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

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