#BE8B33

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

Shades of Hokey Pokey #BE8B33

Tints of Hokey Pokey #BE8B33

Color information

#BE8B33 (or 0xBE8B33) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8B and 33. RGB value is (190,139,51). Sum of RGB (Red+Green+Blue) = 190+139+51=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B33 is #4174CC. Grayscale: #909090. Windows color (decimal): -4289741 or 3378110. OLE color: 3378110.

HSL color Cylindrical-coordinate representation of color #BE8B33: hue angle of 37.99º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE8B33 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19013951-
CMYK00.270.730.25
HSL37.99º57.68%47.25%-
HSV(B)37.99º73.16%74.51%-
XYZ31.0729.657.22-
YUV144.2275.4160.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=50%
G=36.58%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901395100.270.730.2537.9957.6847.25
HexBE8B3301B4919263a2f
Octal2762136303311131467257
Binary1011111010001011110011011011100100111001100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B33; }

 p { color: rgb(190,139,51); }

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

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

 a { background-color: rgb(190,139,51); }

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

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

 span { border-color: rgb(190,139,51); }

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