#BF9436

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

Shades of Hokey Pokey #BF9436

Tints of Hokey Pokey #BF9436

Color information

#BF9436 (or 0xBF9436) is unknown color: approx Hokey Pokey. HEX triplet: BF, 94 and 36. RGB value is (191,148,54). Sum of RGB (Red+Green+Blue) = 191+148+54=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9436 is #406BC9. Grayscale: #969696. Windows color (decimal): -4221898 or 3577023. OLE color: 3577023.

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

Color convert

RGB19114854-
CMYK00.230.720.25
HSL41.17º55.92%48.04%-
HSV(B)41.17º71.73%74.9%-
XYZ32.7432.528.04-
YUV150.1473.75157.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=48.60%
G=37.66%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911485400.230.720.2541.1755.9248.04
HexBF94360174819293830
Octal2772246602711031517060
Binary1011111110010100110110010111100100011001101001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9436; }

 p { color: rgb(191,148,54); }

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

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

 a { background-color: rgb(191,148,54); }

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

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

 span { border-color: rgb(191,148,54); }

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