#BB9036

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

Shades of Hokey Pokey #BB9036

Tints of Hokey Pokey #BB9036

Color information

#BB9036 (or 0xBB9036) is unknown color: approx Hokey Pokey. HEX triplet: BB, 90 and 36. RGB value is (187,144,54). Sum of RGB (Red+Green+Blue) = 187+144+54=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9036 is #446FC9. Grayscale: #939393. Windows color (decimal): -4485066 or 3575995. OLE color: 3575995.

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

Color convert

RGB18714454-
CMYK00.230.710.27
HSL40.6º55.19%47.25%-
HSV(B)40.6º71.12%73.33%-
XYZ31.1330.787.79-
YUV146.675.75156.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=48.57%
G=37.40%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871445400.230.710.2740.655.1947.25
HexBB9036017471B29372f
Octal2732206602710733516757
Binary1011101110010000110110010111100011111011101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9036; }

 p { color: rgb(187,144,54); }

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

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

 a { background-color: rgb(187,144,54); }

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

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

 span { border-color: rgb(187,144,54); }

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