#BB9235

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

Shades of Hokey Pokey #BB9235

Tints of Hokey Pokey #BB9235

Color information

#BB9235 (or 0xBB9235) is unknown color: approx Hokey Pokey. HEX triplet: BB, 92 and 35. RGB value is (187,146,53). Sum of RGB (Red+Green+Blue) = 187+146+53=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9235 is #446DCA. Grayscale: #949494. Windows color (decimal): -4484555 or 3510971. OLE color: 3510971.

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

Color convert

RGB18714653-
CMYK00.220.720.27
HSL41.64º55.83%47.06%-
HSV(B)41.64º71.66%73.33%-
XYZ31.4231.387.77-
YUV147.6674.58156.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=48.45%
G=37.82%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871465300.220.720.2741.6455.8347.06
HexBB9235016481B2a382f
Octal2732226502611033527057
Binary1011101110010010110101010110100100011011101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9235; }

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

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

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

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

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

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

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

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