#BF9238

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

Shades of Hokey Pokey #BF9238

Tints of Hokey Pokey #BF9238

Color information

#BF9238 (or 0xBF9238) is unknown color: approx Hokey Pokey. HEX triplet: BF, 92 and 38. RGB value is (191,146,56). Sum of RGB (Red+Green+Blue) = 191+146+56=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9238 is #406DC7. Grayscale: #959595. Windows color (decimal): -4222408 or 3707583. OLE color: 3707583.

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

Color convert

RGB19114656-
CMYK00.240.710.25
HSL40º54.66%48.43%-
HSV(B)40º70.68%74.9%-
XYZ32.4831.928.19-
YUV149.275.41157.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=48.60%
G=37.15%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911465600.240.710.254054.6648.43
HexBF92380184719283730
Octal2772227003010731506760
Binary1011111110010010111000011000100011111001101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9238; }

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

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

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

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

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

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

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

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