#BF963A

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

Shades of Hokey Pokey #BF963A

Tints of Hokey Pokey #BF963A

Color information

#BF963A (or 0xBF963A) is unknown color: approx Hokey Pokey. HEX triplet: BF, 96 and 3A. RGB value is (191,150,58). Sum of RGB (Red+Green+Blue) = 191+150+58=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF963A is #4069C5. Grayscale: #989898. Windows color (decimal): -4221382 or 3839679. OLE color: 3839679.

HSL color Cylindrical-coordinate representation of color #BF963A: hue angle of 41.5º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF963A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19115058-
CMYK00.210.700.25
HSL41.5º53.41%48.82%-
HSV(B)41.5º69.63%74.9%-
XYZ33.1633.198.66-
YUV151.7775.08155.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=47.87%
G=37.59%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911505800.210.700.2541.553.4148.82
HexBF963A01546192a3531
Octal2772267202510631526561
Binary1011111110010110111010010101100011011001101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF963A; }

 p { color: rgb(191,150,58); }

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

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

 a { background-color: rgb(191,150,58); }

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

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

 span { border-color: rgb(191,150,58); }

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