#BF9534

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

Shades of Hokey Pokey #BF9534

Tints of Hokey Pokey #BF9534

Color information

#BF9534 (or 0xBF9534) is unknown color: approx Hokey Pokey. HEX triplet: BF, 95 and 34. RGB value is (191,149,52). Sum of RGB (Red+Green+Blue) = 191+149+52=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9534 is #406ACB. Grayscale: #969696. Windows color (decimal): -4221644 or 3446207. OLE color: 3446207.

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

Color convert

RGB19114952-
CMYK00.220.730.25
HSL41.87º57.2%47.65%-
HSV(B)41.87º72.77%74.9%-
XYZ32.8532.827.85-
YUV150.572.41156.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=48.72%
G=38.01%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911495200.220.730.2541.8757.247.65
HexBF953401649192a3930
Octal2772256402611131527160
Binary1011111110010101110100010110100100111001101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9534; }

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

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

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

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

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

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

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

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