#BC9439

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

Shades of Hokey Pokey #BC9439

Tints of Hokey Pokey #BC9439

Color information

#BC9439 (or 0xBC9439) is unknown color: approx Hokey Pokey. HEX triplet: BC, 94 and 39. RGB value is (188,148,57). Sum of RGB (Red+Green+Blue) = 188+148+57=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9439 is #436BC6. Grayscale: #959595. Windows color (decimal): -4418503 or 3773628. OLE color: 3773628.

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

Color convert

RGB18814857-
CMYK00.210.700.26
HSL41.68º53.47%48.04%-
HSV(B)41.68º69.68%73.73%-
XYZ32.0732.178.39-
YUV149.5975.75155.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=47.84%
G=37.66%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881485700.210.700.2641.6853.4748.04
HexBC9439015461A2a3530
Octal2742247102510632526560
Binary1011110010010100111001010101100011011010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9439; }

 p { color: rgb(188,148,57); }

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

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

 a { background-color: rgb(188,148,57); }

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

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

 span { border-color: rgb(188,148,57); }

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