#BE8F33

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

Shades of Hokey Pokey #BE8F33

Tints of Hokey Pokey #BE8F33

Color information

#BE8F33 (or 0xBE8F33) is unknown color: approx Hokey Pokey. HEX triplet: BE, 8F and 33. RGB value is (190,143,51). Sum of RGB (Red+Green+Blue) = 190+143+51=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F33 is #4170CC. Grayscale: #929292. Windows color (decimal): -4288717 or 3379134. OLE color: 3379134.

HSL color Cylindrical-coordinate representation of color #BE8F33: hue angle of 39.71º 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 #BE8F33 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19014351-
CMYK00.250.730.25
HSL39.71º57.68%47.25%-
HSV(B)39.71º73.16%74.51%-
XYZ31.6630.837.41-
YUV146.5674.07158.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 51 (20.31% from 255) = 13.28%
R=49.48%
G=37.24%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901435100.250.730.2539.7157.6847.25
HexBE8F330194919283a2f
Octal2762176303111131507257
Binary1011111010001111110011011001100100111001101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F33; }

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

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

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

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

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

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

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

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