#BB9635

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

Shades of Hokey Pokey #BB9635

Tints of Hokey Pokey #BB9635

Color information

#BB9635 (or 0xBB9635) is unknown color: approx Hokey Pokey. HEX triplet: BB, 96 and 35. RGB value is (187,150,53). Sum of RGB (Red+Green+Blue) = 187+150+53=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9635 is #4469CA. Grayscale: #969696. Windows color (decimal): -4483531 or 3511995. OLE color: 3511995.

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

Color convert

RGB18715053-
CMYK00.200.720.27
HSL43.43º55.83%47.06%-
HSV(B)43.43º71.66%73.33%-
XYZ32.0432.637.98-
YUV15073.26154.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=47.95%
G=38.46%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871505300.200.720.2743.4355.8347.06
HexBB9635014481B2b382f
Octal2732266502411033537057
Binary1011101110010110110101010100100100011011101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9635; }

 p { color: rgb(187,150,53); }

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

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

 a { background-color: rgb(187,150,53); }

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

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

 span { border-color: rgb(187,150,53); }

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