#BC953A

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

Shades of Hokey Pokey #BC953A

Tints of Hokey Pokey #BC953A

Color information

#BC953A (or 0xBC953A) is unknown color: approx Hokey Pokey. HEX triplet: BC, 95 and 3A. RGB value is (188,149,58). Sum of RGB (Red+Green+Blue) = 188+149+58=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953A is #436AC5. Grayscale: #969696. Windows color (decimal): -4418246 or 3839420. OLE color: 3839420.

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

Color convert

RGB18814958-
CMYK00.210.690.26
HSL42º52.85%48.24%-
HSV(B)42º69.15%73.73%-
XYZ32.2532.498.57-
YUV150.2975.92154.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=47.59%
G=37.72%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881495800.210.690.264252.8548.24
HexBC953A015451A2a3530
Octal2742257202510532526560
Binary1011110010010101111010010101100010111010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC953A; }

 p { color: rgb(188,149,58); }

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

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

 a { background-color: rgb(188,149,58); }

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

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

 span { border-color: rgb(188,149,58); }

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