#BF9034

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

Shades of Hokey Pokey #BF9034

Tints of Hokey Pokey #BF9034

Color information

#BF9034 (or 0xBF9034) is unknown color: approx Hokey Pokey. HEX triplet: BF, 90 and 34. RGB value is (191,144,52). Sum of RGB (Red+Green+Blue) = 191+144+52=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9034 is #406FCB. Grayscale: #939393. Windows color (decimal): -4222924 or 3444927. OLE color: 3444927.

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

Color convert

RGB19114452-
CMYK00.250.730.25
HSL39.71º57.2%47.65%-
HSV(B)39.71º72.77%74.9%-
XYZ32.0831.277.59-
YUV147.5674.07158.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=49.35%
G=37.21%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911445200.250.730.2539.7157.247.65
HexBF90340194919283930
Octal2772206403111131507160
Binary1011111110010000110100011001100100111001101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9034; }

 p { color: rgb(191,144,52); }

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

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

 a { background-color: rgb(191,144,52); }

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

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

 span { border-color: rgb(191,144,52); }

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