#BC892B

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

Shades of Hokey Pokey #BC892B

Tints of Hokey Pokey #BC892B

Color information

#BC892B (or 0xBC892B) is unknown color: approx Hokey Pokey. HEX triplet: BC, 89 and 2B. RGB value is (188,137,43). Sum of RGB (Red+Green+Blue) = 188+137+43=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892B is #4376D4. Grayscale: #8D8D8D. Windows color (decimal): -4421333 or 2853308. OLE color: 2853308.

HSL color Cylindrical-coordinate representation of color #BC892B: hue angle of 38.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC892B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18813743-
CMYK00.270.770.26
HSL38.9º62.77%45.29%-
HSV(B)38.9º77.13%73.73%-
XYZ30.1228.766.25-
YUV141.5372.4161.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=51.09%
G=37.23%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881374300.270.770.2638.962.7745.29
HexBC892B01B4D1A273f2d
Octal2742115303311532477755
Binary1011110010001001101011011011100110111010100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC892B; }

 p { color: rgb(188,137,43); }

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

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

 a { background-color: rgb(188,137,43); }

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

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

 span { border-color: rgb(188,137,43); }

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