#B98735

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

Shades of Hokey Pokey #B98735

Tints of Hokey Pokey #B98735

Color information

#B98735 (or 0xB98735) is unknown color: approx Hokey Pokey. HEX triplet: B9, 87 and 35. RGB value is (185,135,53). Sum of RGB (Red+Green+Blue) = 185+135+53=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B98735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98735 is #4678CA. Grayscale: #8C8C8C. Windows color (decimal): -4618443 or 3508153. OLE color: 3508153.

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

Color convert

RGB18513553-
CMYK00.270.710.27
HSL37.27º55.46%46.67%-
HSV(B)37.27º71.35%72.55%-
XYZ29.3127.97.21-
YUV140.678.56159.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=49.60%
G=36.19%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851355300.270.710.2737.2755.4646.67
HexB9873501B471B25372f
Octal2712076503310733456757
Binary1011100110000111110101011011100011111011100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98735; }

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

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

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

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

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

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

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

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