#b98631

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

Shades of Hokey Pokey #B98631

Tints of Hokey Pokey #B98631

Color information

#B98631 (or 0xB98631) is unknown color: approx Hokey Pokey. HEX triplet: B9, 86 and 31. RGB value is (185,134,49). Sum of RGB (Red+Green+Blue) = 185+134+49=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B98631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98631 is #4679CE. Grayscale: #8B8B8B. Windows color (decimal): -4618703 or 3245753. OLE color: 3245753.

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

Color convert

RGB18513449-
CMYK00.280.740.27
HSL37.5º58.12%45.88%-
HSV(B)37.5º73.51%72.55%-
XYZ29.0927.596.7-
YUV139.5676.9160.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=50.27%
G=36.41%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851344900.280.740.2737.558.1245.88
HexB9863101C4A1B263a2e
Octal2712066103411233467256
Binary1011100110000110110001011100100101011011100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98631; }

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

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

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

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

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

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

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

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