#BC9134

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

Shades of Hokey Pokey #BC9134

Tints of Hokey Pokey #BC9134

Color information

#BC9134 (or 0xBC9134) is unknown color: approx Hokey Pokey. HEX triplet: BC, 91 and 34. RGB value is (188,145,52). Sum of RGB (Red+Green+Blue) = 188+145+52=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9134 is #436ECB. Grayscale: #939393. Windows color (decimal): -4419276 or 3445180. OLE color: 3445180.

HSL color Cylindrical-coordinate representation of color #BC9134: hue angle of 41.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9134 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18814552-
CMYK00.230.720.26
HSL41.03º56.67%47.06%-
HSV(B)41.03º72.34%73.73%-
XYZ31.4831.197.61-
YUV147.2674.25157.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=48.83%
G=37.66%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881455200.230.720.2641.0356.6747.06
HexBC9134017481A29392f
Octal2742216402711032517157
Binary1011110010010001110100010111100100011010101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9134; }

 p { color: rgb(188,145,52); }

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

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

 a { background-color: rgb(188,145,52); }

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

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

 span { border-color: rgb(188,145,52); }

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