#BB9538

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

Shades of Hokey Pokey #BB9538

Tints of Hokey Pokey #BB9538

Color information

#BB9538 (or 0xBB9538) is unknown color: approx Hokey Pokey. HEX triplet: BB, 95 and 38. RGB value is (187,149,56). Sum of RGB (Red+Green+Blue) = 187+149+56=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9538 is #446AC7. Grayscale: #969696. Windows color (decimal): -4483784 or 3708347. OLE color: 3708347.

HSL color Cylindrical-coordinate representation of color #BB9538: hue angle of 42.6º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9538 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18714956-
CMYK00.200.700.27
HSL42.6º53.91%47.65%-
HSV(B)42.6º70.05%73.33%-
XYZ31.9532.358.3-
YUV149.7675.09154.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=47.70%
G=38.01%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871495600.200.700.2742.653.9147.65
HexBB9538014461B2b3630
Octal2732257002410633536660
Binary1011101110010101111000010100100011011011101011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9538; }

 p { color: rgb(187,149,56); }

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

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

 a { background-color: rgb(187,149,56); }

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

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

 span { border-color: rgb(187,149,56); }

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