#BF9A37

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

Shades of Hokey Pokey #BF9A37

Tints of Hokey Pokey #BF9A37

Color information

#BF9A37 (or 0xBF9A37) is unknown color: approx Hokey Pokey. HEX triplet: BF, 9A and 37. RGB value is (191,154,55). Sum of RGB (Red+Green+Blue) = 191+154+55=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A37 is #4065C8. Grayscale: #9A9A9A. Windows color (decimal): -4220361 or 3644095. OLE color: 3644095.

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

Color convert

RGB19115455-
CMYK00.190.710.25
HSL43.68º55.28%48.24%-
HSV(B)43.68º71.2%74.9%-
XYZ33.7334.468.49-
YUV153.7872.26154.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 55 (21.88% from 255) = 13.75%
R=47.75%
G=38.5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911545500.190.710.2543.6855.2848.24
HexBF9A3701347192c3730
Octal2772326702310731546760
Binary1011111110011010110111010011100011111001101100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A37; }

 p { color: rgb(191,154,55); }

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

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

 a { background-color: rgb(191,154,55); }

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

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

 span { border-color: rgb(191,154,55); }

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