#B98D35

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

Shades of Hokey Pokey #B98D35

Tints of Hokey Pokey #B98D35

Color information

#B98D35 (or 0xB98D35) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8D and 35. RGB value is (185,141,53). Sum of RGB (Red+Green+Blue) = 185+141+53=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D35 is #4672CA. Grayscale: #909090. Windows color (decimal): -4616907 or 3509689. OLE color: 3509689.

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

Color convert

RGB18514153-
CMYK00.240.710.27
HSL40º55.46%46.67%-
HSV(B)40º71.35%72.55%-
XYZ30.1829.627.5-
YUV144.1276.58157.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=48.81%
G=37.20%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851415300.240.710.274055.4646.67
HexB98D35018471B28372f
Octal2712156503010733506757
Binary1011100110001101110101011000100011111011101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D35; }

 p { color: rgb(185,141,53); }

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

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

 a { background-color: rgb(185,141,53); }

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

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

 span { border-color: rgb(185,141,53); }

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