#BF9236

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

Shades of Hokey Pokey #BF9236

Tints of Hokey Pokey #BF9236

Color information

#BF9236 (or 0xBF9236) is unknown color: approx Hokey Pokey. HEX triplet: BF, 92 and 36. RGB value is (191,146,54). Sum of RGB (Red+Green+Blue) = 191+146+54=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9236 is #406DC9. Grayscale: #959595. Windows color (decimal): -4222410 or 3576511. OLE color: 3576511.

HSL color Cylindrical-coordinate representation of color #BF9236: hue angle of 40.29º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF9236 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19114654-
CMYK00.240.720.25
HSL40.29º55.92%48.04%-
HSV(B)40.29º71.73%74.9%-
XYZ32.4331.97.94-
YUV148.9774.41157.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=48.85%
G=37.34%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911465400.240.720.2540.2955.9248.04
HexBF92360184819283830
Octal2772226603011031507060
Binary1011111110010010110110011000100100011001101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9236; }

 p { color: rgb(191,146,54); }

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

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

 a { background-color: rgb(191,146,54); }

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

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

 span { border-color: rgb(191,146,54); }

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